Set the max client id length.
Set max MQTT message size
Set the WebSocket compression level.
Set the WebSocket max frame size.
This should be used when WebSocket transport is used and MqttServerOptions is larger than the WebSocket frame size
Set if clientid should be auto-generated when it's "zero-bytes"
Enable or disable support for the WebSocket per-frame deflate compression extension.
Enable or disable support for WebSocket per-message deflate compression extension.
enable mqtt over websocket
Set whether the WebSocket server will accept the server_no_context_takeover
parameter of the per-message
deflate compression extension offered by the client.
Set whether the WebSocket server will accept the client_no_context_takeover
parameter of the per-message
deflate compression extension offered by the client.
Set if clientid should be auto-generated when it's "zero-bytes"
Set the max client id length.
Set max MQTT message size
Enable or disable support for the WebSocket per-frame deflate compression extension.
Enable or disable support for WebSocket per-message deflate compression extension.
Set the timeout on CONNECT packet
enable mqtt over websocket
Set whether the WebSocket server will accept the server_no_context_takeover
parameter of the per-message
deflate compression extension offered by the client.
Set the WebSocket compression level.
Set the WebSocket max frame size.
This should be used when WebSocket transport is used and MqttServerOptions is larger than the WebSocket frame size
Set whether the WebSocket server will accept the client_no_context_takeover
parameter of the per-message
deflate compression extension offered by the client.
Generated using TypeDoc
Represents options used by the MQTT server