WebSocketOptions

Websockets configuration options

Constructors

Link copied to clipboard

Functions

Link copied to clipboard

Configure WebSocket extensions.

Properties

Link copied to clipboard

A converter for serialization/deserialization

Link copied to clipboard
var masking: Boolean = false

Whether masking need to be enabled (useful for security)

Link copied to clipboard

Maximum frame that could be received or sent

Link copied to clipboard

Duration between pings or 0 to disable pings

Link copied to clipboard
var timeoutMillis: Long = 15000

write/ping timeout after that a connection will be closed

Extensions

Link copied to clipboard
Link copied to clipboard