Uses of Class
io.vertx.reactivex.core.datagram.DatagramSocket
Packages that use DatagramSocket
-
Uses of DatagramSocket in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return DatagramSocketModifier and TypeMethodDescriptionVertx.createDatagramSocket()Create a datagram socket using default optionsVertx.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 DatagramSocketModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<DatagramSocket> DatagramSocket.__TYPE_ARGMethods in io.vertx.reactivex.core.datagram that return DatagramSocketModifier and TypeMethodDescriptionDatagramSocket.exceptionHandler(Handler<Throwable> handler) DatagramSocket.handler(Handler<DatagramPacket> handler) static DatagramSocketDatagramSocket.newInstance(DatagramSocket arg) Methods in io.vertx.reactivex.core.datagram that return types with arguments of type DatagramSocketModifier and TypeMethodDescriptionStart listening on the given port and host.Start listening on the given port and host.