Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Field and Description |
---|---|
static Attributes.Key<ProxyDetector> |
NameResolver.Factory.PARAMS_PROXY_DETECTOR
Deprecated.
this will be deleted along with
NameResolver.Factory.newNameResolver(URI, Attributes) in
a future release |
Modifier and Type | Method and Description |
---|---|
abstract ProxyDetector |
NameResolver.Helper.getProxyDetector()
If the NameResolver wants to support proxy, it should inquire this
ProxyDetector . |
Modifier and Type | Method and Description |
---|---|
T |
ManagedChannelBuilder.proxyDetector(ProxyDetector proxyDetector)
Sets the proxy detector to be used in addresses name resolution.
|
T |
ForwardingChannelBuilder.proxyDetector(ProxyDetector proxyDetector) |
Modifier and Type | Field and Description |
---|---|
static ProxyDetector |
GrpcUtil.DEFAULT_PROXY_DETECTOR
The default proxy detector.
|
static ProxyDetector |
GrpcUtil.NOOP_PROXY_DETECTOR
A proxy detector that always claims no proxy is needed.
|
Modifier and Type | Method and Description |
---|---|
static ProxyDetector |
GrpcUtil.getDefaultProxyDetector()
Returns a proxy detector appropriate for the current environment.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractManagedChannelImplBuilder.proxyDetector(ProxyDetector proxyDetector) |
Copyright © 2019. All rights reserved.