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