Uses of Class
io.vertx.reactivex.core.datagram.DatagramSocket
-
Packages that use DatagramSocket Package Description io.vertx.reactivex.core io.vertx.reactivex.core.datagram -
-
Uses of DatagramSocket in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return DatagramSocket Modifier and Type Method Description DatagramSocket
Vertx. createDatagramSocket()
Create a datagram socket using default optionsDatagramSocket
Vertx. createDatagramSocket(DatagramSocketOptions options)
Create a datagram socket using the specified options -
Uses of DatagramSocket in io.vertx.reactivex.core.datagram
Fields in io.vertx.reactivex.core.datagram with type parameters of type DatagramSocket Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<DatagramSocket>
DatagramSocket. __TYPE_ARG
Methods in io.vertx.reactivex.core.datagram that return DatagramSocket Modifier and Type Method Description DatagramSocket
DatagramSocket. exceptionHandler(Handler<Throwable> handler)
DatagramSocket
DatagramSocket. handler(Handler<DatagramPacket> handler)
static DatagramSocket
DatagramSocket. newInstance(DatagramSocket arg)
Methods in io.vertx.reactivex.core.datagram that return types with arguments of type DatagramSocket Modifier and Type Method Description Future<DatagramSocket>
DatagramSocket. listen(int port, String host)
Start listening on the given port and host.Single<DatagramSocket>
DatagramSocket. rxListen(int port, String host)
Start listening on the given port and host.
-