Uses of Class
io.grpc.ProxiedSocketAddress
Packages that use ProxiedSocketAddress
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of ProxiedSocketAddress in io.grpc
Subclasses of ProxiedSocketAddress in io.grpcModifier and TypeClassDescriptionfinal class
AnProxiedSocketAddress
for making a connection to an endpoint via an HTTP CONNECT proxy.Methods in io.grpc that return ProxiedSocketAddressModifier and TypeMethodDescriptionProxyDetector.proxyFor
(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 ProxiedSocketAddressModifier and TypeMethodDescriptionprivate ProxiedSocketAddress
ProxyDetectorImpl.detectProxy
(InetSocketAddress targetAddr) ProxyDetectorImpl.proxyFor
(SocketAddress targetServerAddress)