| Package | Description |
|---|---|
| io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
| io.vertx.core.datagram |
== Datagram sockets (UDP)
Using User Datagram Protocol (UDP) with Vert.x is a piece of cake.
|
| io.vertx.core.spi.metrics |
| Class and Description |
|---|
| DatagramSocket
A datagram socket can be used to send
DatagramPacket's to remote datagram servers
and receive DatagramPackets . |
| DatagramSocketOptions
Options used to configure a datagram socket.
|
| Class and 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 send
DatagramPacket's to remote datagram servers
and receive DatagramPackets . |
| DatagramSocketOptions
Options used to configure a datagram socket.
|
| Class and Description |
|---|
| DatagramSocket
A datagram socket can be used to send
DatagramPacket's to remote datagram servers
and receive DatagramPackets . |
| DatagramSocketOptions
Options used to configure a datagram socket.
|
Copyright © 2018 Eclipse. All rights reserved.