Class and Description |
---|
io.grpc.netty.HandlerSettings
renamed to
InternalHandlerSettings and should not be used externally |
Method and Description |
---|
io.grpc.netty.NettyChannelBuilder.enableKeepAlive(boolean) |
io.grpc.netty.NettyChannelBuilder.enableKeepAlive(boolean, long, TimeUnit, long, TimeUnit) |
io.grpc.netty.GrpcHttp2ConnectionHandler.handleProtocolNegotiationCompleted(Attributes)
Use the two argument method instead.
|
io.grpc.netty.NettyChannelBuilder.maxMessageSize(int)
Use
AbstractManagedChannelImplBuilder.maxInboundMessageSize instead |
io.grpc.netty.NettyServerBuilder.maxMessageSize(int)
Call
NettyServerBuilder.maxInboundMessageSize(int) instead. This method will be removed in a
future release. |
io.grpc.netty.NettyChannelBuilder.usePlaintext(boolean)
use
NettyChannelBuilder.usePlaintext() instead. |