Uses of Class
org.jivesoftware.smack.util.DNSUtil.HostAddress

Packages that use DNSUtil.HostAddress
org.jivesoftware.smack.util Utility classes. 
 

Uses of DNSUtil.HostAddress in org.jivesoftware.smack.util
 

Methods in org.jivesoftware.smack.util that return DNSUtil.HostAddress
static DNSUtil.HostAddress DNSUtil.resolveXMPPDomain(java.lang.String domain)
          Returns the host name and port that the specified XMPP server can be reached at for client-to-server communication.
static DNSUtil.HostAddress DNSUtil.resolveXMPPServerDomain(java.lang.String domain)
          Returns the host name and port that the specified XMPP server can be reached at for server-to-server communication.