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) classBase class for all Netty gRPC handlers.(package private) classClient-side Netty handler for GRPC processing.(package private) classServer-side Netty handler for GRPC processing.Fields in io.grpc.netty declared as GrpcHttp2ConnectionHandlerModifier and TypeFieldDescriptionprivate final GrpcHttp2ConnectionHandlerProtocolNegotiators.GrpcNegotiationHandler.nextprivate final GrpcHttp2ConnectionHandlerProtocolNegotiators.Http2UpgradeAndGrpcHandler.nextMethods in io.grpc.netty with parameters of type GrpcHttp2ConnectionHandlerModifier and TypeMethodDescriptionstatic io.netty.channel.ChannelHandlerInternalProtocolNegotiators.grpcNegotiationHandler(GrpcHttp2ConnectionHandler next) Internal version ofProtocolNegotiators.GrpcNegotiationHandler.io.netty.channel.ChannelHandlerInternalProtocolNegotiator.ProtocolNegotiatorAdapter.newHandler(GrpcHttp2ConnectionHandler grpcHandler) io.netty.channel.ChannelHandlerProtocolNegotiator.newHandler(GrpcHttp2ConnectionHandler grpcHandler) Creates a new handler to control the protocol negotiation.io.netty.channel.ChannelHandlerProtocolNegotiators.ClientTlsProtocolNegotiator.newHandler(GrpcHttp2ConnectionHandler grpcHandler) io.netty.channel.ChannelHandlerProtocolNegotiators.PlaintextProtocolNegotiator.newHandler(GrpcHttp2ConnectionHandler grpcHandler) io.netty.channel.ChannelHandlerProtocolNegotiators.PlaintextUpgradeProtocolNegotiator.newHandler(GrpcHttp2ConnectionHandler grpcHandler) Constructors in io.grpc.netty with parameters of type GrpcHttp2ConnectionHandlerModifierConstructorDescription(package private)Http2UpgradeAndGrpcHandler(String authority, GrpcHttp2ConnectionHandler next)