vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpClient / webSocketAbsAwait

webSocketAbsAwait

suspend fun HttpClient.webSocketAbsAwait(url: String, headers: MultiMap, version: WebsocketVersion, subProtocols: List<String>): WebSocket

Suspending version of method io.vertx.core.http.HttpClient.webSocketAbs

Parameters

url - the absolute url

headers - the headers

version - the WebSocket version

subProtocols - the subprotocols to use

Return

WebSocket

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.