Uses of Class
io.grpc.netty.AbstractHttp2Headers
-
Packages that use AbstractHttp2Headers Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of AbstractHttp2Headers in io.grpc.netty
Subclasses of AbstractHttp2Headers in io.grpc.netty Modifier and Type Class Description (package private) static class
GrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders
AHttp2Headers
implementation optimized for inbound/received headers.(package private) static class
GrpcHttp2HeadersUtils.GrpcHttp2RequestHeaders
AGrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders
implementation, optimized for HTTP/2 request headers.(package private) static class
GrpcHttp2HeadersUtils.GrpcHttp2ResponseHeaders
This class only implements the methods used byNettyClientHandler
and tests.(package private) class
GrpcHttp2OutboundHeaders
A custom implementation of Http2Headers that only includes methods used by gRPC.
-