Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.net
Class DNSUtil.WeightedHostAddress

java.lang.Object
  extended by org.jivesoftware.openfire.net.DNSUtil.HostAddress
      extended by org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
Enclosing class:
DNSUtil

public static class DNSUtil.WeightedHostAddress
extends DNSUtil.HostAddress

The representation of weighted address.


Method Summary
 int getPriority()
          Returns the priority.
 int getWeight()
          Returns the weight.
 
Methods inherited from class org.jivesoftware.openfire.net.DNSUtil.HostAddress
getHost, getPort, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPriority

public int getPriority()
Returns the priority.

Returns:
the priority.

getWeight

public int getWeight()
Returns the weight.

Returns:
the weight.

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.