FrameTooLargeException

Thrown when a frame exceeds framed's maxFrameSize, in either direction: an oversize send throws before writing, and a received length prefix over the limit throws before any allocation is 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?