List of usage examples for io.netty.handler.codec.http2 Http2HeadersDecoder interface-usage
From source file io.grpc.netty.GrpcHttp2HeadersDecoder.java
/** * A {@link Http2HeadersDecoder} that allows to use custom {@link Http2Headers} implementations. * * <p>Some of the code is copied from Netty's {@link DefaultHttp2HeadersDecoder}. */ abstract class GrpcHttp2HeadersDecoder implements Http2HeadersDecoder, Http2HeadersDecoder.Configuration {