Package io.grpc

Class HttpConnectProxiedSocketAddress

    • Method Detail

      • getPassword

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

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

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

        public InetSocketAddress getTargetAddress()
        Returns the address to the target server.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object