Frame decoder configuration
- Companion:
- object
Value members
Concrete methods
When set to true, frames which are not masked properly according to the standard will still be accepted.
When set to true, frames which are not masked properly according to the standard will still be accepted.
Web socket servers must set this to true to reject incoming masked payload.
Web socket servers must set this to true to reject incoming masked payload.
Sets Maximum length of a frame's payload. Setting this to an appropriate value for you application helps check for denial of services attacks.
Sets Maximum length of a frame's payload. Setting this to an appropriate value for you application helps check for denial of services attacks.
Flag to not send close frame immediately on any protocol violation.ion.
Flag to not send close frame immediately on any protocol violation.ion.
Allows you to avoid adding of Utf8FrameValidator to the pipeline on the WebSocketServerProtocolHandler creation. This is useful (less overhead) when you use only BinaryWebSocketFrame within your web socket connection.
Allows you to avoid adding of Utf8FrameValidator to the pipeline on the WebSocketServerProtocolHandler creation. This is useful (less overhead) when you use only BinaryWebSocketFrame within your web socket connection.