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). -
-
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 class
RemoteXmppTcpConnectionEndpoints.Result<RCE extends RemoteConnectionEndpoint>
Subinterfaces of RemoteConnectionEndpoint in org.jivesoftware.smack.tcp.rce Modifier and Type Interface Description interface
Rfc6120TcpRemoteConnectionEndpoint
Classes in org.jivesoftware.smack.tcp.rce that implement RemoteConnectionEndpoint Modifier and Type Class Description class
IpTcpRemoteConnectionEndpoint<IARR extends InternetAddressRR<?>>
class
SrvRemoteConnectionEndpoint
class
SrvXmppRemoteConnectionEndpoint
class
SrvXmppsRemoteConnectionEndpoint
-
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 class
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
class
RemoteConnectionException<RCE extends RemoteConnectionEndpoint>
Subinterfaces of RemoteConnectionEndpoint in org.jivesoftware.smack.util.rce Modifier and Type Interface Description interface
SingleAddressRemoteConnectionEndpoint
-