Uses of Class
org.robovm.apple.network.NWEndpoint
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWEndpoint in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWEndpoint Modifier and Type Method Description NWEndpointNWPath. copyEffectiveLocalEndpoint()NWEndpointNWPath. copyEffectiveRemoteEndpoint()NWEndpointNWBrowseResult. copyEndpoint()NWEndpointNWConnection. copyEndpoint()NWEndpointNWFramer. copyLocalEndpoint()NWEndpointNWParameters. copyLocalEndpoint()NWEndpointNWResolutionReport. copyPreferredEndpoint()NWEndpointNWEstablishmentReport. copyProxyEndpoint()NWEndpointNWFramer. copyRemoteEndpoint()NWEndpointNWResolutionReport. copySuccessfulEndpoint()static NWEndpointNWConnection. groupCopyLocalEndpointForMessage(NWConnectionGroup group, NWContentContext context)static NWEndpointNWConnection. groupCopyRemoteEndpointForMessage(NWConnectionGroup group, NWContentContext context)Methods in org.robovm.apple.network with parameters of type NWEndpoint Modifier and Type Method Description booleanNWGroupDescriptor. addEndpoint(NWEndpoint endpoint)voidNWResolverConfig. addServerAddress(NWEndpoint server_address)static NWResolverConfigNWResolverConfig. createHttps(NWEndpoint url_endpoint)static NWGroupDescriptorNWGroupDescriptor. createMultiplex(NWEndpoint remote_endpoint)static NWResolverConfigNWResolverConfig. createTls(NWEndpoint server_endpoint)static NWConnectionNWConnection. groupExtractConnection(NWConnectionGroup group, NWEndpoint endpoint, NWProtocolOptions protocol_options)static voidNWConnection. groupSendMessage(NWConnectionGroup group, DispatchData content, NWEndpoint endpoint, NWContentContext context, VoidBlock1<NWError> completion)voidNWParameters. setLocalEndpoint(NWEndpoint local_endpoint)voidNWGroupDescriptor. setSpecificSource(NWEndpoint source)Method parameters in org.robovm.apple.network with type arguments of type NWEndpoint Modifier and Type Method Description voidNWGroupDescriptor. enumerateEndpoints(Block1<NWEndpoint,Boolean> enumerate_block)voidNWPath. enumerateGateways(Block1<NWEndpoint,Boolean> enumerate_block)voidNWEstablishmentReport. enumerateResolutions(Block5<NWReportResolutionSource,Long,Integer,NWEndpoint,NWEndpoint,Boolean> enumerate_block)voidNWEstablishmentReport. enumerateResolutions(Block5<NWReportResolutionSource,Long,Integer,NWEndpoint,NWEndpoint,Boolean> enumerate_block)voidNWListener. setAdvertisedEndpointChangedHandler(VoidBlock2<NWEndpoint,Boolean> handler)Constructors in org.robovm.apple.network with parameters of type NWEndpoint Constructor Description NWConnection(NWEndpoint endpoint, NWParameters parameters)NWGroupDescriptor(NWEndpoint multicast_group)