Package | Description |
---|---|
io.vertx.core.datagram |
== Datagram sockets (UDP)
Using User Datagram Protocol (UDP) with Vert.x is a piece of cake.
|
Modifier and Type | Method and Description |
---|---|
DatagramSocket |
DatagramSocket.handler(Handler<DatagramPacket> handler) |
Copyright © 2018. All rights reserved.