| Class and Description | 
|---|
| io.grpc.netty.HandlerSettings renamed to  InternalHandlerSettingsand 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.maxHeaderListSize(int) Use  NettyChannelBuilder.maxInboundMetadataSize(int)instead | 
| io.grpc.netty.NettyServerBuilder.maxHeaderListSize(int) Use  maxInboundMetadataSize(int)instead | 
| io.grpc.netty.NettyServerBuilder.maxMessageSize(int) Call  maxInboundMessageSize(int)instead. This method will be removed in a
     future release. | 
| io.grpc.netty.NettyChannelBuilder.usePlaintext(boolean) use  NettyChannelBuilder.usePlaintext()instead. |