WebSockets

Client WebSocket plugin.

Report a problem

Constructors

Link copied to clipboard
constructor(pingIntervalMillis: Long = PINGER_DISABLED, maxFrameSize: Long = Int.MAX_VALUE.toLong())

Client WebSocket plugin.

constructor()

Client WebSocket plugin.

Types

Link copied to clipboard
class Config

WebSockets configuration.

Link copied to clipboard

Add WebSockets support for a ktor http client.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Interval between FrameType.PING messages.

Link copied to clipboard