suspend fun HttpServer.listenAwait(port: Int, host: String): HttpServer
Suspending version of method io.vertx.core.http.HttpServer.listen
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServer using Vert.x codegen.
suspend fun HttpServer.listenAwait(address: SocketAddress): HttpServer
Suspending version of method io.vertx.core.http.HttpServer.listen
address
- the address to listen on
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServer using Vert.x codegen.
suspend fun HttpServer.listenAwait(port: Int): HttpServer
Suspending version of method io.vertx.core.http.HttpServer.listen
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServer using Vert.x codegen.
suspend fun HttpServer.listenAwait(): HttpServer
Suspending version of method io.vertx.core.http.HttpServer.listen
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServer using Vert.x codegen.