Uses of Class
org.jivesoftware.smack.util.rce.RemoteConnectionEndpointLookupFailure
Packages that use RemoteConnectionEndpointLookupFailure
Package
Description
Core classes of the Smack API.
Smack's internal API for XMPP connections over TCP.
Smack's API for DNS related tasks.
A Java DNS resolver implementation for Smack.
A javax DNS resolver implementation for Smack.
A MiniDNS resolver implementation for Smack.
Utility classes for Remote Connection Endpoints (RCE).
This package contains websocket endpoint classes needed by the websocket transport.
-
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return types with arguments of type RemoteConnectionEndpointLookupFailureMethod parameters in org.jivesoftware.smack with type arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionSmackException.EndpointConnectionException.from
(List<RemoteConnectionEndpointLookupFailure> lookupFailures, List<? extends RemoteConnectionException<?>> connectionExceptions) -
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.tcp.rce
Fields in org.jivesoftware.smack.tcp.rce with type parameters of type RemoteConnectionEndpointLookupFailureMethod parameters in org.jivesoftware.smack.tcp.rce with type arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionRemoteXmppTcpConnectionEndpoints.resolveXmppServerDomain
(DnsName domain, 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.RemoteXmppTcpConnectionEndpoints.resolveXmppServiceDomain
(DnsName domain, 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. -
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.util.dns
Method parameters in org.jivesoftware.smack.util.dns with type arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionfinal List<InetAddress>
DNSResolver.lookupHostAddress
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) protected List<InetAddress>
DNSResolver.lookupHostAddress0
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) Lookup the IP addresses of a given host name.final Collection<SRV>
DNSResolver.lookupSrvRecords
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) Gets a list of service records for the specified service.protected abstract Collection<SRV>
DNSResolver.lookupSrvRecords0
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) -
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.util.dns.dnsjava
Method parameters in org.jivesoftware.smack.util.dns.dnsjava with type arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionDNSJavaResolver.lookupSrvRecords0
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) -
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.util.dns.javax
Method parameters in org.jivesoftware.smack.util.dns.javax with type arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionJavaxResolver.lookupSrvRecords0
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) -
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.util.dns.minidns
Method parameters in org.jivesoftware.smack.util.dns.minidns with type arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionprotected List<InetAddress>
MiniDnsResolver.lookupHostAddress0
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) MiniDnsResolver.lookupSrvRecords0
(DnsName name, List<RemoteConnectionEndpointLookupFailure> lookupFailures, ConnectionConfiguration.DnssecMode dnssecMode) -
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.util.rce
Subclasses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.util.rceModifier and TypeClassDescriptionstatic class
static class
-
Uses of RemoteConnectionEndpointLookupFailure in org.jivesoftware.smack.websocket.rce
Fields in org.jivesoftware.smack.websocket.rce with type parameters of type RemoteConnectionEndpointLookupFailureMethods in org.jivesoftware.smack.websocket.rce that return types with arguments of type RemoteConnectionEndpointLookupFailureModifier and TypeMethodDescriptionWebSocketRemoteConnectionEndpointLookup.Result.getLookupFailures()
Constructor parameters in org.jivesoftware.smack.websocket.rce with type arguments of type RemoteConnectionEndpointLookupFailure