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 |
---|---|
GrpcHttp2ConnectionHandler |
gRPC wrapper for
Http2ConnectionHandler . |
GrpcSslContexts |
Utility for configuring SslContext for gRPC.
|
HandlerSettings | Deprecated
renamed to
InternalHandlerSettings and should not be used externally |
NettyChannelBuilder |
A builder to help simplify construction of channels using the Netty transport.
|
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
writeBufferedAndRemove(ChannelHandlerContext) or
fail(ChannelHandlerContext, Throwable) is called. |
Enum | Description |
---|---|
NegotiationType |
Identifies the negotiation used for starting up HTTP/2.
|