| Class and Description |
|---|
| io.grpc.auth.ClientAuthInterceptor
use
MoreCallCredentials.from(Credentials) instead. |
| Field and Description |
|---|
| io.grpc.ServerCall.REMOTE_ADDR_KEY
use the equivalent
Grpc.TRANSPORT_ATTR_REMOTE_ADDR instead |
| io.grpc.ServerCall.SSL_SESSION_KEY
use the equivalent
Grpc.TRANSPORT_ATTR_SSL_SESSION instead |
| Method and Description |
|---|
| io.grpc.ServerCall.attributes()
use
ServerCall.getAttributes() instead. |
| io.grpc.netty.NettyChannelBuilder.maxMessageSize(int)
Use
AbstractManagedChannelImplBuilder.maxInboundMessageSize instead |