WebSocketEngine
The low-level WebSocket API. Implement this interface to customize how WebSockets are handled
Functions
Link copied to clipboard
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