Uses of Class
org.robovm.apple.networkextension.NWEndpoint
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NWEndpoint in org.robovm.apple.networkextension
Subclasses of NWEndpoint in org.robovm.apple.networkextension Modifier and Type Class Description classNWBonjourServiceEndpointclassNWHostEndpointMethods in org.robovm.apple.networkextension that return NWEndpoint Modifier and Type Method Description NWEndpointNWTCPConnection. getEndpoint()NWEndpointNWUDPSession. getEndpoint()NWEndpointNWTCPConnection. getLocalAddress()NWEndpointNEAppProxyUDPFlow. getLocalEndpoint()NWEndpointNEFilterSocketFlow. getLocalEndpoint()NWEndpointNWTCPConnection. getRemoteAddress()NWEndpointNEAppProxyTCPFlow. getRemoteEndpoint()NWEndpointNEFilterSocketFlow. getRemoteEndpoint()NWEndpointNWUDPSession. getResolvedEndpoint()Methods in org.robovm.apple.networkextension with parameters of type NWEndpoint Modifier and Type Method Description NWTCPConnectionNEHotspotHelperCommand. createTCPConnection(NWEndpoint endpoint)NWTCPConnectionNEPacketTunnelProvider. createTCPConnection(NWEndpoint remoteEndpoint, boolean enableTLS, NWTLSParameters TLSParameters, NSObject delegate)NWTCPConnectionNEProvider. createTCPConnection(NWEndpoint remoteEndpoint, boolean enableTLS, NWTLSParameters TLSParameters, NSObject delegate)NWUDPSessionNEHotspotHelperCommand. createUDPSession(NWEndpoint endpoint)NWUDPSessionNEPacketTunnelProvider. createUDPSession(NWEndpoint remoteEndpoint, NWHostEndpoint localEndpoint)NWUDPSessionNEProvider. createUDPSession(NWEndpoint remoteEndpoint, NWHostEndpoint localEndpoint)booleanNEAppProxyProvider. handleNewUDPFlow(NEAppProxyUDPFlow flow, NWEndpoint remoteEndpoint)booleanNEDNSProxyProvider. handleNewUDPFlow(NEAppProxyUDPFlow flow, NWEndpoint remoteEndpoint)Method parameters in org.robovm.apple.networkextension with type arguments of type NWEndpoint Modifier and Type Method Description voidNEAppProxyUDPFlow. readDatagrams(VoidBlock3<NSArray<NSData>,NSArray<NWEndpoint>,NSError> completionHandler)