@UnstableApi public interface Http2HeadersDecoder
Http2Headers
.限定符和类型 | 接口和说明 |
---|---|
static interface |
Http2HeadersDecoder.Configuration
Configuration related elements for the
Http2HeadersDecoder interface |
限定符和类型 | 方法和说明 |
---|---|
Http2HeadersDecoder.Configuration |
configuration()
Get the
Http2HeadersDecoder.Configuration for this Http2HeadersDecoder |
Http2Headers |
decodeHeaders(int streamId,
ByteBuf headerBlock)
Decodes the given headers block and returns the headers.
|
Http2Headers decodeHeaders(int streamId, ByteBuf headerBlock) throws Http2Exception
Http2Exception
Http2HeadersDecoder.Configuration configuration()
Http2HeadersDecoder.Configuration
for this Http2HeadersDecoder