Class and Description |
---|
io.grpc.CallCredentials2
the new interface has been promoted into
CallCredentials . Implementations
should switch back to "extends CallCredentials ". |
io.grpc.PickFirstBalancerFactory
this is the default balancer and should not be referenced to. This will be deleted
soon.
|
io.grpc.util.RoundRobinLoadBalancerFactory
use
LoadBalancerRegistry.getProvider(java.lang.String) with "round_robin" policy. This
class will be deleted soon. |
Field and Description |
---|
io.grpc.NameResolverProvider.PARAMS_DEFAULT_PORT |
io.grpc.NameResolver.Factory.PARAMS_DEFAULT_PORT
this will be deleted along with
NameResolver.Factory.newNameResolver(URI, Attributes) in
a future release. |
io.grpc.NameResolver.Factory.PARAMS_PROXY_DETECTOR
this will be deleted along with
NameResolver.Factory.newNameResolver(URI, Attributes) in
a future release |
Copyright © 2019. All rights reserved.