vertx / io.vertx.kotlin.core.http / io.vertx.core.http.ServerWebSocket / setHandshakeAwait

setHandshakeAwait

suspend fun ServerWebSocket.setHandshakeAwait(future: Future<Int>): Int

Suspending version of method io.vertx.core.http.ServerWebSocket.setHandshake

Parameters

future - the future to complete with

Return

Int

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