public static interface Http2HeadersEncoder.Configuration
Http2HeadersEncoder
interfaceModifier and Type | Method and Description |
---|---|
long |
maxHeaderListSize()
Represents the value for
SETTINGS_MAX_HEADER_LIST_SIZE.
|
void |
maxHeaderListSize(long max)
Represents the value for
SETTINGS_MAX_HEADER_LIST_SIZE.
|
long |
maxHeaderTableSize()
Represents the value for
SETTINGS_HEADER_TABLE_SIZE.
|
void |
maxHeaderTableSize(long max)
Represents the value for
SETTINGS_HEADER_TABLE_SIZE.
|
void maxHeaderTableSize(long max) throws Http2Exception
SETTINGS
frame.Http2Exception
long maxHeaderTableSize()
Http2CodecUtil.DEFAULT_HEADER_TABLE_SIZE
.void maxHeaderListSize(long max) throws Http2Exception
SETTINGS
frame.Http2Exception
long maxHeaderListSize()
Copyright © 2008–2024 The Netty Project. All rights reserved.