@UnstableApi
public interface Http2HeadersDecoder
Http2Headers
。
Modifier and Type | Interface and Description |
---|---|
static interface |
Http2HeadersDecoder.Configuration
Http2HeadersDecoder 接口的配置相关元素
|
Modifier and Type | Method and Description |
---|---|
Http2HeadersDecoder.Configuration |
configuration()
|
Http2Headers |
decodeHeaders(int streamId, ByteBuf headerBlock)
解码给定的标题块并返回标题。
|
Http2Headers decodeHeaders(int streamId, ByteBuf headerBlock) throws Http2Exception
Http2HeadersDecoder.Configuration configuration()
Copyright © 2008–2018 The Netty Project. All rights reserved.