Class HostSpec


  • public class HostSpec
    extends Object
    Simple container for host and port.
    • Field Detail

      • host

        protected final String host
      • port

        protected final int port
    • Constructor Detail

      • HostSpec

        public HostSpec​(String host,
                        int port)