Uses of Interface
org.jivesoftware.smack.util.rce.SingleAddressRemoteConnectionEndpoint
-
Packages that use SingleAddressRemoteConnectionEndpoint Package Description 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 SingleAddressRemoteConnectionEndpoint in org.jivesoftware.smack.tcp.rce
Classes in org.jivesoftware.smack.tcp.rce that implement SingleAddressRemoteConnectionEndpoint Modifier and Type Class Description class
IpTcpRemoteConnectionEndpoint<IARR extends InternetAddressRR<?>>
-
Uses of SingleAddressRemoteConnectionEndpoint in org.jivesoftware.smack.util.rce
Methods in org.jivesoftware.smack.util.rce with type parameters of type SingleAddressRemoteConnectionEndpoint Modifier and Type Method Description static <SARCE extends SingleAddressRemoteConnectionEndpoint>
RemoteConnectionException<SARCE>RemoteConnectionException. from(SARCE remoteConnectionEndpoint, Exception exception)
-