public interface Http2HeadersDecoder
Http2Headers.| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Http2HeadersDecoder.ConfigurationConfiguration related elements for the  Http2HeadersDecoderinterface | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2HeadersDecoder.Configuration | configuration()Get the  Http2HeadersDecoder.Configurationfor thisHttp2HeadersDecoder | 
| Http2Headers | decodeHeaders(ByteBuf headerBlock)Decodes the given headers block and returns the headers. | 
Http2Headers decodeHeaders(ByteBuf headerBlock) throws Http2Exception
Http2ExceptionHttp2HeadersDecoder.Configuration configuration()
Http2HeadersDecoder.Configuration for this Http2HeadersDecoderCopyright © 2008–2015 The Netty Project. All rights reserved.