ChannelFactory
to create Channel
instances.ChannelFactory
to create ServerChannel
instances.EpollSocketChannel
if available,
otherwise using NioSocketChannel
.EpollServerSocketChannel
if
available, otherwise using NioServerSocketChannel
.SocketAddress
.NameResolver
.Http2ConnectionHandler
.null
, 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.negotiationType(NegotiationType)
with PLAINTEXT
.NettyChannelBuilder.negotiationType(NegotiationType)
with TLS
.