Package io.grpc

Class HttpConnectProxiedSocketAddress

    • Method Detail

      • getPassword

        @Nullable
        public java.lang.String getPassword()
        Returns the password used to connect to the proxy. null if there is no password.
      • getUsername

        @Nullable
        public java.lang.String getUsername()
        Returns the username used to connect to the proxy. null if there is no username.
      • getProxyAddress

        public java.net.SocketAddress getProxyAddress()
        Returns the address to the proxy, which is already resolved.
      • getTargetAddress

        public java.net.InetSocketAddress getTargetAddress()
        Returns the address to the target server.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object