Interface Http2HeadersDecoder
- All Known Implementing Classes:
DefaultHttp2HeadersDecoder
public interface Http2HeadersDecoder
Decodes HPACK-encoded headers blocks into
Http2Headers.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceConfiguration related elements for theHttp2HeadersDecoderinterface -
Method Summary
Modifier and TypeMethodDescriptionGet theHttp2HeadersDecoder.Configurationfor thisHttp2HeadersDecoderdecodeHeaders(int streamId, ByteBuf headerBlock) Decodes the given headers block and returns the headers.
-
Method Details
-
decodeHeaders
Decodes the given headers block and returns the headers.- Throws:
Http2Exception
-
configuration
Http2HeadersDecoder.Configuration configuration()Get theHttp2HeadersDecoder.Configurationfor thisHttp2HeadersDecoder
-