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 |
---|---|
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
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.
|