Uses of Class
io.grpc.netty.GrpcHttp2ConnectionHandler
Packages that use GrpcHttp2ConnectionHandler
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of GrpcHttp2ConnectionHandler in io.grpc.netty
Subclasses of GrpcHttp2ConnectionHandler in io.grpc.nettyModifier and TypeClassDescription(package private) class
Base class for all Netty gRPC handlers.(package private) class
Client-side Netty handler for GRPC processing.(package private) class
Server-side Netty handler for GRPC processing.Fields in io.grpc.netty declared as GrpcHttp2ConnectionHandlerModifier and TypeFieldDescriptionprivate final GrpcHttp2ConnectionHandler
ProtocolNegotiators.GrpcNegotiationHandler.next
private final GrpcHttp2ConnectionHandler
ProtocolNegotiators.Http2UpgradeAndGrpcHandler.next
Methods in io.grpc.netty with parameters of type GrpcHttp2ConnectionHandlerModifier and TypeMethodDescriptionstatic io.netty.channel.ChannelHandler
InternalProtocolNegotiators.grpcNegotiationHandler
(GrpcHttp2ConnectionHandler next) Internal version ofProtocolNegotiators.GrpcNegotiationHandler
.io.netty.channel.ChannelHandler
InternalProtocolNegotiator.ProtocolNegotiatorAdapter.newHandler
(GrpcHttp2ConnectionHandler grpcHandler) io.netty.channel.ChannelHandler
ProtocolNegotiator.newHandler
(GrpcHttp2ConnectionHandler grpcHandler) Creates a new handler to control the protocol negotiation.io.netty.channel.ChannelHandler
ProtocolNegotiators.ClientTlsProtocolNegotiator.newHandler
(GrpcHttp2ConnectionHandler grpcHandler) io.netty.channel.ChannelHandler
ProtocolNegotiators.PlaintextProtocolNegotiator.newHandler
(GrpcHttp2ConnectionHandler grpcHandler) io.netty.channel.ChannelHandler
ProtocolNegotiators.PlaintextUpgradeProtocolNegotiator.newHandler
(GrpcHttp2ConnectionHandler grpcHandler) Constructors in io.grpc.netty with parameters of type GrpcHttp2ConnectionHandlerModifierConstructorDescription(package private)
Http2UpgradeAndGrpcHandler
(String authority, GrpcHttp2ConnectionHandler next)