suspend fun HttpClient.webSocketAwait(port: Int, host: String, requestURI: String): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocket
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.webSocketAwait(host: String, requestURI: String): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocket
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.webSocketAwait(requestURI: String): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocket
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.webSocketAwait(options: WebSocketConnectOptions): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocket
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.