public class DefaultHttp2HeadersDecoder extends Object implements Http2HeadersDecoder, Http2HeadersDecoder.Configuration
Http2HeadersDecoder.Configuration| Constructor and Description |
|---|
DefaultHttp2HeadersDecoder() |
DefaultHttp2HeadersDecoder(int maxHeaderSize,
int maxHeaderTableSize) |
| Modifier and Type | Method and Description |
|---|---|
Http2HeadersDecoder.Configuration |
configuration()
Get the
Http2HeadersDecoder.Configuration for this Http2HeadersDecoder |
Http2Headers |
decodeHeaders(ByteBuf headerBlock)
Decodes the given headers block and returns the headers.
|
Http2HeaderTable |
headerTable()
Access the Http2HeaderTable for this
Http2HeadersDecoder |
public DefaultHttp2HeadersDecoder()
public DefaultHttp2HeadersDecoder(int maxHeaderSize,
int maxHeaderTableSize)
public Http2HeaderTable headerTable()
Http2HeadersDecoder.ConfigurationHttp2HeadersDecoderheaderTable in interface Http2HeadersDecoder.Configurationpublic Http2HeadersDecoder.Configuration configuration()
Http2HeadersDecoderHttp2HeadersDecoder.Configuration for this Http2HeadersDecoderconfiguration in interface Http2HeadersDecoderpublic Http2Headers decodeHeaders(ByteBuf headerBlock) throws Http2Exception
Http2HeadersDecoderdecodeHeaders in interface Http2HeadersDecoderHttp2ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.