FrameTooBigException

class FrameTooBigException(val frameSize: Long) : 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

Link copied to clipboard
constructor(frameSize: Long)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
open override fun createCopy(): FrameTooBigException