Package org.jivesoftware.openfire.net
Class DNSUtil.HostAddress
- java.lang.Object
-
- org.jivesoftware.openfire.net.DNSUtil.HostAddress
-
- Direct Known Subclasses:
DNSUtil.WeightedHostAddress
- Enclosing class:
- DNSUtil
public static class DNSUtil.HostAddress extends Object
Encapsulates a hostname and port.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHost()
Returns the hostname.int
getPort()
Returns the port.boolean
isDirectTLS()
String
toString()
-