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 Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class DNSUtil.HostAddress