Method and Description |
---|
io.grpc.netty.GrpcHttp2ConnectionHandler.handleProtocolNegotiationCompleted(Attributes)
Use the two argument method instead.
|
io.grpc.netty.NettyChannelBuilder.maxHeaderListSize(int)
Use
NettyChannelBuilder.maxInboundMetadataSize(int) instead |
io.grpc.netty.NettyServerBuilder.maxHeaderListSize(int)
Use
NettyServerBuilder.maxInboundMetadataSize(int) instead |
io.grpc.netty.NettyServerBuilder.maxMessageSize(int)
Call
NettyServerBuilder.maxInboundMessageSize(int) instead. This method will be removed in a
future release. |