Package org.jivesoftware.openfire.net
Class DNSUtil.WeightedHostAddress
- java.lang.Object
-
- org.jivesoftware.openfire.net.DNSUtil.HostAddress
-
- org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
-
- Enclosing class:
- DNSUtil
public static class DNSUtil.WeightedHostAddress extends DNSUtil.HostAddress
The representation of weighted address.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
Returns the priority.int
getWeight()
Returns the weight.-
Methods inherited from class org.jivesoftware.openfire.net.DNSUtil.HostAddress
getHost, getPort, isDirectTLS, toString
-
-