final case class SocketDecoder(maxFramePayloadLength: Int, expectMaskedFrames: Boolean, allowMaskMismatch: Boolean, allowExtensions: Boolean, closeOnProtocolViolation: Boolean, withUTF8Validator: Boolean)
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.