Uses of Interface
io.vertx.core.datagram.DatagramSocket
Packages that use DatagramSocket
-
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.