public static interface Http2HeadersEncoder.Configuration
Http2HeadersEncoder接口的配置相关元素
| Modifier and Type | Method and Description |
|---|---|
long |
maxHeaderListSize()
|
void |
maxHeaderListSize(long max)
|
long |
maxHeaderTableSize()
|
void |
maxHeaderTableSize(long max)
|
void maxHeaderTableSize(long max)
throws Http2Exception
SETTINGS帧的结果来SETTINGS 。
long maxHeaderTableSize()
Http2CodecUtil.DEFAULT_HEADER_TABLE_SIZE 。
void maxHeaderListSize(long max)
throws Http2Exception
SETTINGS帧的结果来SETTINGS 。
long maxHeaderListSize()
Copyright © 2008–2018 The Netty Project. All rights reserved.