Class DNSUtil.HostAddress

    • Constructor Detail

      • HostAddress

        public HostAddress​(String host,
                           int port,
                           boolean directTLS)
    • Method Detail

      • getHost

        public String getHost()
        Returns the hostname.
        Returns:
        the hostname.
      • getPort

        public int getPort()
        Returns the port.
        Returns:
        the port.
      • isDirectTLS

        public boolean isDirectTLS()