Class DNSUtil.HostAddress

    • Constructor Detail

      • HostAddress

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

      • 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