class
Crabbit::FrameTooLargeError
- Crabbit::FrameTooLargeError
- Crabbit::ProtocolError
- Crabbit::Error
- Exception
- Reference
- Object
Overview
Raised when an encoded frame exceeds the negotiated maximum size.
Defined in:
crabbit/errors.crConstructors
-
.new(size : UInt32, limit : UInt32)
Creates a frame-size error.
Instance Method Summary
-
#limit : UInt32
Returns the negotiated frame-size limit in bytes.
-
#size : UInt32
Returns the attempted frame size in bytes.