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