Package io.grpc.netty
The main transport implementation based on Netty,
for both the client and the server.
-
Class Summary Class Description GrpcSslContexts Utility for configuring SslContext for gRPC.InsecureFromHttp1ChannelCredentials An insecure credential that upgrades from HTTP/1 to HTTP/2.NettyChannelBuilder A builder to help simplify construction of channels using the Netty transport.NettyChannelBuilder.LocalSocketPicker This class is meant to be overriden with a custom implementation ofNettyChannelBuilder.LocalSocketPicker.createSocketAddress(java.net.SocketAddress, io.grpc.Attributes)
.NettyServerBuilder A builder to help simplify the construction of a Netty-based GRPC server.NettySslContextChannelCredentials A credential that performs TLS with Netty's SslContext as configuration.NettySslContextServerCredentials A credential that performs TLS with Netty's SslContext as configuration. -
Enum Summary Enum Description NegotiationType Identifies the negotiation used for starting up HTTP/2.