Uses of Interface
org.jivesoftware.smack.tcp.rce.Rfc6120TcpRemoteConnectionEndpoint
-
Packages that use Rfc6120TcpRemoteConnectionEndpoint Package Description org.jivesoftware.smack.tcp TCP-IP related classes for Smack.org.jivesoftware.smack.tcp.rce Smack's internal API for XMPP connections over TCP. -
-
Uses of Rfc6120TcpRemoteConnectionEndpoint in org.jivesoftware.smack.tcp
Fields in org.jivesoftware.smack.tcp with type parameters of type Rfc6120TcpRemoteConnectionEndpoint Modifier and Type Field Description protected RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint>TcpHostEvent. addressMethods in org.jivesoftware.smack.tcp that return types with arguments of type Rfc6120TcpRemoteConnectionEndpoint Modifier and Type Method Description RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint>TcpHostEvent. getAddress()Constructor parameters in org.jivesoftware.smack.tcp with type arguments of type Rfc6120TcpRemoteConnectionEndpoint Constructor Description TcpHostEvent(State state, RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address) -
Uses of Rfc6120TcpRemoteConnectionEndpoint in org.jivesoftware.smack.tcp.rce
Classes in org.jivesoftware.smack.tcp.rce that implement Rfc6120TcpRemoteConnectionEndpoint Modifier and Type Class Description classIpTcpRemoteConnectionEndpoint<IARR extends InternetAddressRR<?>>classSrvXmppRemoteConnectionEndpointMethods in org.jivesoftware.smack.tcp.rce that return types with arguments of type Rfc6120TcpRemoteConnectionEndpoint 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.static java.util.List<Rfc6120TcpRemoteConnectionEndpoint>RemoteXmppTcpConnectionEndpoints. resolveXmppServerDomain(DnsName domain, java.util.List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode)Returns a list of HostAddresses under which the specified XMPP server can be reached at for server-to-server communication.static java.util.List<Rfc6120TcpRemoteConnectionEndpoint>RemoteXmppTcpConnectionEndpoints. resolveXmppServiceDomain(DnsName domain, java.util.List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode)Returns a list of HostAddresses under which the specified XMPP server can be reached at for client-to-server communication.
-