Package io.grpc
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 class
The builder forHttpConnectProxiedSocketAddress
. -
Method Summary
-
Method Details
-
getPassword
Returns the password used to connect to the proxy.null
if there is no password. -
getUsername
Returns the username used to connect to the proxy.null
if there is no username. -
getProxyAddress
Returns the address to the proxy, which is already resolved. -
getTargetAddress
Returns the address to the target server. -
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
Create a new builder.
-