Uses of Interface
io.vertx.core.datagram.DatagramSocket
Packages that use DatagramSocket
Package
Description
-
Uses of DatagramSocket in io.vertx.core
Methods in io.vertx.core that return DatagramSocketModifier and TypeMethodDescriptiondefault DatagramSocketVertx.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.core.datagram
Methods in io.vertx.core.datagram that return DatagramSocketModifier and TypeMethodDescriptionDatagramSocket.exceptionHandler(Handler<Throwable> handler) DatagramSocket.handler(Handler<DatagramPacket> handler) Methods in io.vertx.core.datagram that return types with arguments of type DatagramSocketModifier and TypeMethodDescriptionStart listening on the given port and host. -
Uses of DatagramSocket in io.vertx.reactivex.core.datagram
Methods in io.vertx.reactivex.core.datagram that return DatagramSocketMethods in io.vertx.reactivex.core.datagram with parameters of type DatagramSocketModifier and TypeMethodDescriptionstatic DatagramSocketDatagramSocket.newInstance(DatagramSocket arg) Constructors in io.vertx.reactivex.core.datagram with parameters of type DatagramSocket -
Uses of DatagramSocket in io.vertx.rxjava3.core.datagram
Methods in io.vertx.rxjava3.core.datagram that return DatagramSocketMethods in io.vertx.rxjava3.core.datagram with parameters of type DatagramSocketModifier and TypeMethodDescriptionstatic DatagramSocketDatagramSocket.newInstance(DatagramSocket arg) Constructors in io.vertx.rxjava3.core.datagram with parameters of type DatagramSocket