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 StringgetHost()Returns the hostname.intgetPort()Returns the port.booleanisDirectTLS()StringtoString()
-