Uses of Class
org.jivesoftware.smack.tcp.rce.RemoteXmppTcpConnectionEndpoints.Result
-
Packages that use RemoteXmppTcpConnectionEndpoints.Result Package Description org.jivesoftware.smack.tcp.rce Smack's internal API for XMPP connections over TCP. -
-
Uses of RemoteXmppTcpConnectionEndpoints.Result in org.jivesoftware.smack.tcp.rce
Methods in org.jivesoftware.smack.tcp.rce that return RemoteXmppTcpConnectionEndpoints.Result Modifier and Type Method Description static RemoteXmppTcpConnectionEndpoints.Result<Rfc6120TcpRemoteConnectionEndpoint>
RemoteXmppTcpConnectionEndpoints. lookup(ConnectionConfiguration config)
Lookups remote connection endpoints on the server for XMPP connections over TCP taking A, AAAA and SRV resource records into account.
-