@UnstableApi
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(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
Copyright © 2008–2017 The Netty Project. All rights reserved.