open fun sender(port: Int, host: String): WriteStream<Buffer>
Returns a WriteStream able to send to the io.vertx.rxjava.core.net.SocketAddress.
port - the port of the remote peer
host - the host address of the remote peer
Return
the write stream for sending packets