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="5.0.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.
Encapsulates a hostname and port.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHostAddress
(String host, int port, boolean directTLS) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
Deprecated, for removal: This API element is subject to removal in a future version.int
getPort()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
HostAddress
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
SrvRecord