Class HttpConnectProxiedSocketAddress
java.lang.Object
java.net.SocketAddress
io.grpc.ProxiedSocketAddress
io.grpc.HttpConnectProxiedSocketAddress
- All Implemented Interfaces:
Serializable
An
ProxiedSocketAddress for making a connection to an endpoint via an HTTP CONNECT proxy.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe builder forHttpConnectProxiedSocketAddress. -
Method Summary
-
Method Details
-
getPassword
-
getUsername
-
getProxyAddress
Returns the address to the proxy, which is already resolved. -
getTargetAddress
Returns the address to the target server. -
equals
-
hashCode
-
toString
-
newBuilder
Create a new builder.
-