See: Description
| Interface | Description |
|---|---|
| InternalNettyChannelBuilder.OverrideAuthorityChecker |
Checks authority upon channel construction.
|
| InternalNettyChannelBuilder.TransportCreationParamsFilter |
InternalNettyChannelBuilder.TransportCreationParamsFilter are those that may depend on late-known information about
a client transport. |
| InternalNettyChannelBuilder.TransportCreationParamsFilterFactory |
Interface to create netty dynamic parameters.
|
| ProtocolNegotiator |
A class that provides a Netty handler to control protocol negotiation.
|
| ProtocolNegotiator.Handler |
The Netty handler to control the protocol negotiation.
|
| Class | Description |
|---|---|
| FixedHttp2ConnectionDecoder |
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener |
| GrpcHttp2ConnectionHandler |
gRPC wrapper for
Http2ConnectionHandler. |
| GrpcSslContexts |
Utility for configuring SslContext for gRPC.
|
| HandlerSettings |
Allows autoFlowControl to be turned on and off from interop testing and flow control windows to
be accessed.
|
| InternalNettyChannelBuilder |
Internal
NettyChannelBuilder accessor. |
| 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
ProtocolNegotiators 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.
|