Class ProxyAddress

    • Field Detail

      • port

        protected int port
      • hostname

        protected String hostname
    • Constructor Detail

      • ProxyAddress

        public ProxyAddress​(String hostname,
                            int port)
      • ProxyAddress

        public ProxyAddress​(String hostname)
    • Method Detail

      • getHostName

        public String getHostName()
      • getPort

        public int getPort()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object