public static class WebSocketReader.FrameTooBigException
Raised when the frame is bigger than allowed in a current websocket session
| Constructor and Description |
|---|
FrameTooBigException(long frameSize)
Raised when the frame is bigger than allowed in a current websocket session
|
| Modifier and Type | Method and Description |
|---|---|
long |
getFrameSize()
size of received or posted frame that is too big
|
java.lang.String |
getMessage() |