Uses of Class
org.robovm.apple.network.NWParameters
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWParameters in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWParameters Modifier and Type Method Description NWParametersNWBrowser. copyParameters()NWParametersNWConnection. copyParameters()NWParametersNWFramer. copyParameters()NWParametersNWParameters. copyParameters()static NWParametersNWParameters. createQuic(VoidBlock1<NWProtocolOptions> configure_quic)static NWParametersNWParameters. createSecureTcp(VoidBlock1<NWProtocolOptions> configure_tls, VoidBlock1<NWProtocolOptions> configure_tcp)static NWParametersNWParameters. createSecureUdp(VoidBlock1<NWProtocolOptions> configure_dtls, VoidBlock1<NWProtocolOptions> configure_udp)static NWParametersNWConnection. groupCopyParameters(NWConnectionGroup group)Methods in org.robovm.apple.network with parameters of type NWParameters Modifier and Type Method Description static NWConnectionGroupNWConnection. groupCreate(NWGroupDescriptor group_descriptor, NWParameters parameters)Constructors in org.robovm.apple.network with parameters of type NWParameters Constructor Description NWBrowser(NWBrowseDescriptor descriptor, NWParameters parameters)NWConnection(NWEndpoint endpoint, NWParameters parameters)NWListener(String port, NWParameters parameters)NWListener(NWConnection connection, NWParameters parameters)NWListener(NWParameters parameters)