See: Description
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.
|
NettyChannelBuilder.LocalSocketPicker |
This class is meant to be overriden with a custom implementation of
NettyChannelBuilder.LocalSocketPicker.createSocketAddress(java.net.SocketAddress, io.grpc.Attributes) . |
NettyChannelProvider |
Provider for
NettyChannelBuilder instances. |
NettyServerBuilder |
A builder to help simplify the construction of a Netty-based GRPC server.
|
NettyServerProvider |
Provider for
NettyChannelBuilder instances. |
ProtocolNegotiationEvent |
Represents a completion of a protocol negotiation stage.
|
Enum | Description |
---|---|
NegotiationType |
Identifies the negotiation used for starting up HTTP/2.
|