@UnstableApi public interface Http2FrameSizePolicy
| 限定符和类型 | 方法和说明 |
|---|---|
int |
maxFrameSize()
Gets the maximum allowed frame size.
|
void |
maxFrameSize(int max)
Sets the maximum allowed frame size.
|
void maxFrameSize(int max)
throws Http2Exception
This value is used to represent
SETTINGS_MAX_FRAME_SIZE. This method should
only be called by Netty (not users) as a result of a receiving a SETTINGS frame.
Http2Exceptionint maxFrameSize()
This value is used to represent
SETTINGS_MAX_FRAME_SIZE. The initial value
defined by the RFC is unlimited but enforcing a lower limit is generally permitted.
Http2CodecUtil.DEFAULT_MAX_FRAME_SIZE can be used as a more conservative default.