open fun listen(port: Int, host: String, handler: Handler<AsyncResult<DatagramSocket>>): DatagramSocket
Start listening on the given port and host. The handler will be called when the socket is listening.
handler - the handler will be called when listening
Return
a reference to this, so the API can be used fluently