suspend fun HttpClient.webSocketAbsAwait(url: String, headers: MultiMap, version: WebsocketVersion, subProtocols: List<String>): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocketAbs |
|
suspend fun HttpClient.webSocketAwait(port: Int, host: String, requestURI: String): WebSocket suspend fun HttpClient.webSocketAwait(host: String, requestURI: String): WebSocket suspend fun HttpClient.webSocketAwait(requestURI: String): WebSocket suspend fun HttpClient.webSocketAwait(options: WebSocketConnectOptions): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocket |