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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated, for removal: This API element is subject to removal in a future version.intgetPriority()Deprecated, for removal: This API element is subject to removal in a future version.intgetWeight()Deprecated, 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.StringtoString()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 Detail
-
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
public boolean equals(Object o)
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
public String toString()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classDNSUtil.HostAddress
-
-