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) class
AbstractNettyHandler
Base class for all Netty gRPC handlers.(package private) class
NettyClientHandler
Client-side Netty handler for GRPC processing.(package private) class
NettyServerHandler
Server-side Netty handler for GRPC processing.Fields in io.grpc.netty declared as GrpcHttp2ConnectionHandler Modifier and Type Field Description private GrpcHttp2ConnectionHandler
ProtocolNegotiators.GrpcNegotiationHandler. next
private GrpcHttp2ConnectionHandler
ProtocolNegotiators.Http2UpgradeAndGrpcHandler. next
Methods in io.grpc.netty with parameters of type GrpcHttp2ConnectionHandler Modifier and Type Method Description static 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 GrpcHttp2ConnectionHandler Constructor Description GrpcNegotiationHandler(GrpcHttp2ConnectionHandler next)
Http2UpgradeAndGrpcHandler(java.lang.String authority, GrpcHttp2ConnectionHandler next)
-