public interface  io.netty.handler.codec.http.Http2HeadersDecoder extends java.lang.Object
{
public abstract io.netty.handler.codec.http.Http2Headers decodeHeaders(int, io.netty.buffer.ByteBuf) throws io.netty.handler.codec.http.Http2Exception;
public abstract io.netty.handler.codec.http.Http2HeadersDecoder$Configuration configuration();
}