class FrameTooBigException : Exception, CopyableThrowable<FrameTooBigException>
Raised when the frame is bigger than allowed in a current websocket session
frameSize
- size of received or posted frame that is too big
FrameTooBigException(frameSize: Long)
Raised when the frame is bigger than allowed in a current websocket session |
val frameSize: Long
size of received or posted frame that is too big |
|
val message: String |
fun createCopy(): FrameTooBigException |