Uses of Class
io.grpc.netty.GrpcHttp2ConnectionHandler
-
Packages that use GrpcHttp2ConnectionHandler Package Description io.grpc.netty 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.netty Modifier and Type Class Description (package private) classAbstractNettyHandlerBase class for all Netty gRPC handlers.(package private) classNettyClientHandlerClient-side Netty handler for GRPC processing.(package private) classNettyServerHandlerServer-side Netty handler for GRPC processing.Fields in io.grpc.netty declared as GrpcHttp2ConnectionHandler Modifier and Type Field Description private GrpcHttp2ConnectionHandlerProtocolNegotiators.GrpcNegotiationHandler. nextprivate GrpcHttp2ConnectionHandlerProtocolNegotiators.Http2UpgradeAndGrpcHandler. nextMethods in io.grpc.netty with parameters of type GrpcHttp2ConnectionHandler Modifier and Type Method Description static 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 GrpcHttp2ConnectionHandler Constructor Description GrpcNegotiationHandler(GrpcHttp2ConnectionHandler next)Http2UpgradeAndGrpcHandler(java.lang.String authority, GrpcHttp2ConnectionHandler next)
-