vertx / io.vertx.rxjava.core.datagram / DatagramSocket / rxListen

rxListen

open fun rxListen(port: Int, host: String): Single<DatagramSocket>

Start listening on the given port and host. The handler will be called when the socket is listening.

Parameters

port - the port to listen on

host - the host to listen on

Return