WebSockets

constructor(pingIntervalMillis: Long = PINGER_DISABLED, maxFrameSize: Long = Int.MAX_VALUE.toLong())(source)

Client WebSocket plugin.

Report a problem

Parameters

pingIntervalMillis
maxFrameSize
  • max size of a single websocket frame.


constructor()(source)

Client WebSocket plugin.

Report a problem