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 classGrpcHttp2HeadersUtils.GrpcHttp2InboundHeadersAHttp2Headersimplementation optimized for inbound/received headers.(package private) static classGrpcHttp2HeadersUtils.GrpcHttp2RequestHeadersAGrpcHttp2HeadersUtils.GrpcHttp2InboundHeadersimplementation, optimized for HTTP/2 request headers.(package private) static classGrpcHttp2HeadersUtils.GrpcHttp2ResponseHeadersThis class only implements the methods used byNettyClientHandlerand tests.(package private) classGrpcHttp2OutboundHeadersA custom implementation of Http2Headers that only includes methods used by gRPC.
-