Uses of Class
io.grpc.ProxiedSocketAddress
-
Packages that use ProxiedSocketAddress Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ProxiedSocketAddress in io.grpc
Subclasses of ProxiedSocketAddress in io.grpc Modifier and Type Class Description class
HttpConnectProxiedSocketAddress
AnProxiedSocketAddress
for making a connection to an endpoint via an HTTP CONNECT proxy.Methods in io.grpc that return ProxiedSocketAddress Modifier and Type Method Description ProxiedSocketAddress
ProxyDetector. proxyFor(java.net.SocketAddress targetServerAddress)
Given a target address, returns a proxied address if a proxy should be used. -
Uses of ProxiedSocketAddress in io.grpc.internal
Methods in io.grpc.internal that return ProxiedSocketAddress Modifier and Type Method Description private ProxiedSocketAddress
ProxyDetectorImpl. detectProxy(java.net.InetSocketAddress targetAddr)
ProxiedSocketAddress
ProxyDetectorImpl. proxyFor(java.net.SocketAddress targetServerAddress)
-