public interface Http2FrameSizePolicy
| Modifier and Type | Method and Description |
|---|---|
int |
maxFrameSize()
Gets the maximum allowed frame size.
|
void |
maxFrameSize(int max)
Sets the maximum allowed frame size.
|
void maxFrameSize(int max)
throws Http2Exception
Http2Exceptionint maxFrameSize()
Copyright © 2008–2015 The Netty Project. All rights reserved.