ChannelFactory
to create Channel
instances.NioSocketChannel
.NioServerSocketChannel
.SocketAddress
.NameResolver
.Http2ConnectionHandler
.InternalHandlerSettings
and should not be used externallynull
, attempts to create connections bound to a local port.NettyChannelBuilder.maxInboundMetadataSize(int)
insteadNettyServerBuilder.maxInboundMetadataSize(int)
insteadNettyServerBuilder.maxInboundMessageSize(int)
instead. This method will be removed in a
future release.NettyChannelBuilder.LocalSocketPicker.createSocketAddress(java.net.SocketAddress, io.grpc.Attributes)
.NettyChannelBuilder
instances.NettyChannelBuilder
instances.ProtocolNegotiator
to be used.NettyChannelBuilder.usePlaintext()
instead.NettyChannelBuilder.negotiationType(NegotiationType)
with PLAINTEXT
.NettyChannelBuilder.negotiationType(NegotiationType)
with TLS
.