Package org.jivesoftware.openfire.net
Class DNSUtil.WeightedHostAddress
java.lang.Object
org.jivesoftware.openfire.net.DNSUtil.HostAddress
org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DNSUtil
@Deprecated(since="5.0.0",
forRemoval=true)
public static class DNSUtil.WeightedHostAddress
extends DNSUtil.HostAddress
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()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.Methods inherited from class org.jivesoftware.openfire.net.DNSUtil.HostAddress
getHost, getPort, isDirectTLS
-
Method Details
-
getPriority
public int getPriority()Deprecated, for removal: This API element is subject to removal in a future version. -
getWeight
public int getWeight()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()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.- Overrides:
toStringin classDNSUtil.HostAddress
-