Example usage for io.netty.handler.codec.http2 Http2HeadersDecoder.Configuration interface-usage

List of usage examples for io.netty.handler.codec.http2 Http2HeadersDecoder.Configuration interface-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http2 Http2HeadersDecoder.Configuration interface-usage.

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 {