Uses of Package
io.vertx.core.datagram
-
Packages that use io.vertx.core.datagram Package Description io.vertx.core io.vertx.core.datagram io.vertx.core.spi.metrics io.vertx.core.spi.transport -
Classes in io.vertx.core.datagram used by io.vertx.core Class Description DatagramSocket A datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets .DatagramSocketOptions Options used to configure a datagram socket. -
Classes in io.vertx.core.datagram used by io.vertx.core.datagram Class Description DatagramPacket A received datagram packet (UDP) which contains the data and information about the sender of the data itself.DatagramSocket A datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets .DatagramSocketOptions Options used to configure a datagram socket. -
Classes in io.vertx.core.datagram used by io.vertx.core.spi.metrics Class Description DatagramSocketOptions Options used to configure a datagram socket. -
Classes in io.vertx.core.datagram used by io.vertx.core.spi.transport Class Description DatagramSocketOptions Options used to configure a datagram socket.