WebSockets
fun WebSockets(pingInterval: Duration?, maxFrameSize: Long = Int.MAX_VALUE.toLong()): WebSockets(source)
Client WebSocket plugin.
Parameters
pingInterval
interval between FrameType.PING messages.
maxFrameSize
max size of a single websocket frame.
Installs the WebSockets plugin using the config as configuration.