Uses of Class
org.robovm.apple.network.NWConnection
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWConnection in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWConnection Modifier and Type Method Description static NWConnectionNWConnection. groupExtractConnection(NWConnectionGroup group, NWEndpoint endpoint, NWProtocolOptions protocol_options)static NWConnectionNWConnection. groupExtractConnectionForMessage(NWConnectionGroup group, NWContentContext context)Methods in org.robovm.apple.network with parameters of type NWConnection Modifier and Type Method Description static booleanNWConnection. groupReinsertExtractedConnection(NWConnectionGroup group, NWConnection connection)Method parameters in org.robovm.apple.network with type arguments of type NWConnection Modifier and Type Method Description static voidNWConnection. groupSetNewConnectionHandler(NWConnectionGroup group, VoidBlock1<NWConnection> new_connection_handler)voidNWListener. setNewConnectionHandler(VoidBlock1<NWConnection> handler)Constructors in org.robovm.apple.network with parameters of type NWConnection Constructor Description NWListener(NWConnection connection, NWParameters parameters)