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.Configuration
Http2HeadersDecoder
headerTable
in interface Http2HeadersDecoder.Configuration
public Http2HeadersDecoder.Configuration configuration()
Http2HeadersDecoder
Http2HeadersDecoder.Configuration
for this Http2HeadersDecoder
configuration
in interface Http2HeadersDecoder
public Http2Headers decodeHeaders(ByteBuf headerBlock) throws Http2Exception
Http2HeadersDecoder
decodeHeaders
in interface Http2HeadersDecoder
Http2Exception
Copyright © 2008–2015 The Netty Project. All rights reserved.