public interface Http2HeadersDecoder
Http2Headers.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Http2HeadersDecoder.Configuration
Configuration related elements for the
Http2HeadersDecoder interface |
| 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.
|
Http2Headers decodeHeaders(ByteBuf headerBlock) throws Http2Exception
Http2ExceptionHttp2HeadersDecoder.Configuration configuration()
Http2HeadersDecoder.Configuration for this Http2HeadersDecoderCopyright © 2008–2015 The Netty Project. All rights reserved.