-
- All Known Implementing Classes:
DefaultHttp2HeadersDecoder
@UnstableApi public interface Http2HeadersDecoder
Decodes HPACK-encoded headers blocks intoHttp2Headers
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Http2HeadersDecoder.Configuration
Configuration related elements for theHttp2HeadersDecoder
interface
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Http2HeadersDecoder.Configuration
configuration()
Get theHttp2HeadersDecoder.Configuration
for thisHttp2HeadersDecoder
Http2Headers
decodeHeaders(int streamId, Buffer headerBlock)
Decodes the given headers block and returns the headers.
-
-
-
Method Detail
-
decodeHeaders
Http2Headers decodeHeaders(int streamId, Buffer headerBlock) throws Http2Exception
Decodes the given headers block and returns the headers.- Throws:
Http2Exception
-
configuration
Http2HeadersDecoder.Configuration configuration()
Get theHttp2HeadersDecoder.Configuration
for thisHttp2HeadersDecoder
-
-