Class HostAndPort


  • public class HostAndPort
    extends Object
    Typed tuple that holds an unresolved hostname and port tuple and provides utility access methods.
    • Constructor Detail

      • HostAndPort

        public HostAndPort​(String hostname,
                           int port)