open fun rxListen(): Single<NetServer>
Like io.vertx.reactivex.core.net.NetServer#listen but providing a handler that will be notified when the server is listening, or fails.
Return
open fun rxListen(port: Int, host: String): Single<NetServer>
Like io.vertx.reactivex.core.net.NetServer#listen but providing a handler that will be notified when the server is listening, or fails.
Return
open fun rxListen(port: Int): Single<NetServer>
Like io.vertx.reactivex.core.net.NetServer#listen but providing a handler that will be notified when the server is listening, or fails.
Return
open fun rxListen(localAddress: SocketAddress): Single<NetServer>
Like io.vertx.reactivex.core.net.NetServer#listen but providing a handler that will be notified when the server is listening, or fails.
localAddress - the local address to listen on
Return