KtorWebSocketClient

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

Constructors

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

Functions

Link copied to clipboard
open suspend override fun connect(url: String): WebSocketConnectionWithPingPong

Sources

Link copied to clipboard