Package org.jivesoftware.openfire.net
Class DNSUtil.HostAddress
- java.lang.Object
-
- org.jivesoftware.openfire.net.DNSUtil.HostAddress
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DNSUtil.WeightedHostAddress
- Enclosing class:
- DNSUtil
public static class DNSUtil.HostAddress extends Object implements Serializable
Encapsulates a hostname and port.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()Returns the hostname.intgetPort()Returns the port.booleanisDirectTLS()StringtoString()
-