SocketDecoder

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

Allow extensions to be used in the reserved bits of the web socket frame

Allow extensions to be used in the reserved bits of the web socket frame

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.

Flag to not send close frame immediately on any protocol violation.ion.

Flag to not send close frame immediately on any protocol violation.ion.

Creates an default decoder configuration.

Creates an default decoder configuration.

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.

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.

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.