Uses of Interface
org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
-
Packages that use RemoteConnectionEndpoint Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.tcp.rce Smack's internal API for XMPP connections over TCP.org.jivesoftware.smack.util.rce Utility classes for Remote Connection Endpoints (RCE).org.jivesoftware.smack.websocket.rce This package contains websocket endpoint classes needed by the websocket transport. -
-
Uses of RemoteConnectionEndpoint in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return types with arguments of type RemoteConnectionEndpoint Modifier and Type Method Description List<? extends RemoteConnectionException<? extends RemoteConnectionEndpoint>>SmackException.EndpointConnectionException. getConnectionExceptions() -
Uses of RemoteConnectionEndpoint in org.jivesoftware.smack.tcp.rce
Classes in org.jivesoftware.smack.tcp.rce with type parameters of type RemoteConnectionEndpoint Modifier and Type Class Description static classRemoteXmppTcpConnectionEndpoints.Result<RCE extends RemoteConnectionEndpoint>Subinterfaces of RemoteConnectionEndpoint in org.jivesoftware.smack.tcp.rce Modifier and Type Interface Description interfaceRfc6120TcpRemoteConnectionEndpointClasses in org.jivesoftware.smack.tcp.rce that implement RemoteConnectionEndpoint Modifier and Type Class Description classIpTcpRemoteConnectionEndpoint<IARR extends InternetAddressRR<?>>classSrvRemoteConnectionEndpointclassSrvXmppRemoteConnectionEndpointclassSrvXmppsRemoteConnectionEndpoint -
Uses of RemoteConnectionEndpoint in org.jivesoftware.smack.util.rce
Classes in org.jivesoftware.smack.util.rce with type parameters of type RemoteConnectionEndpoint Modifier and Type Class Description static classRemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>classRemoteConnectionException<RCE extends RemoteConnectionEndpoint>Subinterfaces of RemoteConnectionEndpoint in org.jivesoftware.smack.util.rce Modifier and Type Interface Description interfaceSingleAddressRemoteConnectionEndpoint -
Uses of RemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Classes in org.jivesoftware.smack.websocket.rce that implement RemoteConnectionEndpoint Modifier and Type Class Description classInsecureWebSocketRemoteConnectionEndpointclassSecureWebSocketRemoteConnectionEndpointclassWebSocketRemoteConnectionEndpoint
-