| Interface | Description |
|---|---|
| ProtocolNegotiator |
A class that provides a Netty handler to control protocol negotiation.
|
| ProtocolNegotiator.Handler |
The Netty handler to control the protocol negotiation.
|
| Class | Description |
|---|---|
| GrpcSslContexts |
Utility for configuring SslContext for gRPC.
|
| NettyChannelBuilder |
A builder to help simplify construction of channels using the Netty transport.
|
| NettyServer |
Netty-based server implementation.
|
| NettyServerBuilder |
A builder to help simplify the construction of a Netty-based GRPC server.
|
| ProtocolNegotiators |
Common
ProtocolNegotiators used by gRPC. |
| Enum | Description |
|---|---|
| NegotiationType |
Identifies the negotiation used for starting up HTTP/2.
|