| Interface and Description |
|---|
| io.grpc.CallCredentials.MetadataApplier |
| Class and Description |
|---|
| io.grpc.auth.ClientAuthInterceptor
use
MoreCallCredentials.from(Credentials) instead. |
| io.grpc.netty.HandlerSettings
renamed to
InternalHandlerSettings and should not be used externally |
| 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. |
| io.grpc.testing.StreamRecorder
Not for public use
|
| Enum and Description |
|---|
| io.grpc.okhttp.NegotiationType |
| Field and Description |
|---|
| io.grpc.CallCredentials.ATTR_AUTHORITY |
| io.grpc.CallCredentials.ATTR_SECURITY_LEVEL
transport implementations should use
io.grpc.internal.GrpcAttributes.ATTR_SECURITY_LEVEL instead. |
| io.grpc.okhttp.OkHttpChannelBuilder.DEFAULT_CONNECTION_SPEC
Deemed of little benefit and users weren't using it. Just define one yourself
|