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

Extensions for io.vertx.core.http.HttpClient

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

webSocketAwait

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