Class DNSUtil.HostAddress

java.lang.Object
org.jivesoftware.openfire.net.DNSUtil.HostAddress
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DNSUtil.WeightedHostAddress
Enclosing class:
DNSUtil

@Deprecated(since="5.0.0", forRemoval=true) public static class DNSUtil.HostAddress extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by SrvRecord
Encapsulates a hostname and port.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    HostAddress(String host, int port, boolean directTLS)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    boolean
    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 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HostAddress

      public HostAddress(String host, int port, boolean directTLS)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getHost

      public String getHost()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPort

      public int getPort()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isDirectTLS

      public boolean isDirectTLS()
      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:
      toString in class Object