Uses of Class
io.grpc.netty.AbstractHttp2Headers
Packages that use AbstractHttp2Headers
Package
Description
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.nettyModifier and TypeClassDescription(package private) static class
AHttp2Headers
implementation optimized for inbound/received headers.(package private) static final class
AGrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders
implementation, optimized for HTTP/2 request headers.(package private) static final class
This class only implements the methods used byNettyClientHandler
and tests.(package private) final class
A custom implementation of Http2Headers that only includes methods used by gRPC.