WebSockets
constructor(pingIntervalMillis: Long = PINGER_DISABLED, maxFrameSize: Long = Int.MAX_VALUE.toLong())(source)
Client WebSocket plugin.
Parameters
pingIntervalMillis
interval between FrameType.PING messages.
maxFrameSize
max size of a single websocket frame.
Client WebSocket plugin.