Searched defs:HostAddress (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/dns/
H A DHostAddress.java18 public class HostAddress { class
24 * Creates a new HostAddress with the given FQDN. The port will be set to the default XMPP client port: 5222
29 public HostAddress(String fqdn) { method in class:HostAddress
43 * Creates a new HostAddress with the given FQDN. The port will be set to the default XMPP client port: 5222
49 public HostAddress(String fqdn, int port) { method in class:HostAddress
80 if (!(o instanceof HostAddress)) {
84 final HostAddress address = (HostAddress) o;

Completed in 57 milliseconds