KtorWebSocketClient

class KtorWebSocketClient(httpClient: HttpClient = HttpClient { install(WebSockets) }) : WebSocketClient(source)

Constructors

Link copied to clipboard
constructor(httpClient: HttpClient = HttpClient { install(WebSockets) })

Functions

Link copied to clipboard
open suspend override fun connect(url: String, headers: Map<String, String>): WebSocketConnectionWithPingPong