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
@Deprecated(since="4.10.0", forRemoval=true) public static class DNSUtil.HostAddress extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.Replaced bySrvRecordEncapsulates a hostname and port.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostAddress(String host, int port, boolean directTLS)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetHost()Deprecated, for removal: This API element is subject to removal in a future version.intgetPort()Deprecated, for removal: This API element is subject to removal in a future version.booleanisDirectTLS()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
HostAddress
public HostAddress(String host, int port, boolean directTLS)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getHost
public String getHost()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPort
public int getPort()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isDirectTLS
public boolean isDirectTLS()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-