FrameTooLargeException

Thrown when a received length prefix exceeds framed's maxFrameSize. The oversized allocation is never performed; the flow terminates immediately.

Constructors

Link copied to clipboard
constructor(size: Int, max: Int)

Properties

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