See: Description
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.
|
NettyChannelBuilder.NettyTransportFactory |
Creates Netty transports.
|
NettyChannelProvider |
Provider for
NettyChannelBuilder instances. |
NettyServerBuilder |
A builder to help simplify the construction of a Netty-based GRPC server.
|
NettyServerProvider |
Provider for
NettyChannelBuilder instances. |
ProtocolNegotiators |
Common
ProtocolNegotiator s used by gRPC. |
ProtocolNegotiators.AbstractBufferingHandler |
Buffers all writes until either
ProtocolNegotiators.AbstractBufferingHandler.writeBufferedAndRemove(ChannelHandlerContext) or
ProtocolNegotiators.AbstractBufferingHandler.fail(ChannelHandlerContext, Throwable) is called. |
Enum | Description |
---|---|
NegotiationType |
Identifies the negotiation used for starting up HTTP/2.
|