Package io.grpc.netty

Class GrpcHttp2HeadersUtils.GrpcHttp2ResponseHeaders

All Implemented Interfaces:
io.netty.handler.codec.Headers<CharSequence,CharSequence,io.netty.handler.codec.http2.Http2Headers>, io.netty.handler.codec.http2.Http2Headers, Iterable<Map.Entry<CharSequence,CharSequence>>
Enclosing class:
GrpcHttp2HeadersUtils

static final class GrpcHttp2HeadersUtils.GrpcHttp2ResponseHeaders extends GrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders
This class only implements the methods used by NettyClientHandler and tests. All other methods throw an UnsupportedOperationException.

Unlike in GrpcHttp2HeadersUtils.GrpcHttp2ResponseHeaders the :status pseudo-header is not treated special and is part of GrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders.namesAndValues.