DefaultWebSocketEngine
Constructors
Functions
Link copied to clipboard
open suspend override fun open(url: String, headers: List<HttpHeader>): WebSocketConnection
Content copied to clipboard
Content copied to clipboard
Open the websocket. Suspends until the handshake is done
abstract suspend fun open(url: String, headers: List<HttpHeader> = emptyList()): WebSocketConnection
Content copied to clipboard
Content copied to clipboard
Open the websocket. Suspends until the handshake is done
open suspend override fun open(url: String, headers: List<HttpHeader>): WebSocketConnection
Content copied to clipboard
Content copied to clipboard
Open the websocket. Suspends until the handshake is done
open suspend override fun open(url: String, headers: List<HttpHeader>): WebSocketConnection
Content copied to clipboard
Content copied to clipboard
Open the websocket. Suspends until the handshake is done