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.NettyChannelBuilder.maxMessageSize(int)
Use
AbstractManagedChannelImplBuilder.maxInboundMessageSize instead |