Config

class Config

WebSockets configuration.

Constructors

Link copied to clipboard
fun Config()

Functions

Link copied to clipboard
fun extensions(block: WebSocketExtensionsConfig.() -> Unit)

Configure WebSocket extensions.

Properties

Link copied to clipboard
var contentConverter: WebsocketContentConverter? = null

A converter for serialization/deserialization

Link copied to clipboard
var maxFrameSize: Long

Sets maximum frame size in bytes.

Link copied to clipboard
var pingInterval: Long

Sets interval of sending ping frames.