Constructor and Description |
---|
HostAddress(String fqdn)
Creates a new HostAddress with the given FQDN.
|
HostAddress(String fqdn,
int port)
Creates a new HostAddress with the given FQDN.
|
public HostAddress(String fqdn)
fqdn
- Fully qualified domain name.IllegalArgumentException
- If the fqdn is null.public HostAddress(String fqdn, int port)
fqdn
- Fully qualified domain name.port
- The port to connect on.IllegalArgumentException
- If the fqdn is null or port is out of valid range (0 - 65535).Copyright © 2003-2007 Jive Software.