| Package | Description |
|---|---|
| io.vertx.axle.core | |
| io.vertx.axle.core.datagram | |
| io.vertx.axle.core.eventbus | |
| io.vertx.axle.core.http | |
| io.vertx.axle.core.metrics | |
| io.vertx.axle.core.net |
| Modifier and Type | Class and Description |
|---|---|
class |
Vertx
The entry point into the Vert.x Core API.
|
class |
WorkerExecutor
An executor for executing blocking code in Vert.x .
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramSocket
A datagram socket can be used to send
DatagramPacket's to remote datagram servers
and receive DatagramPackets . |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application,
or different applications and services to communicate with each in a loosely coupled way.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClient
An asynchronous HTTP client.
|
class |
HttpServer
An HTTP and WebSockets server.
|
| Modifier and Type | Method and Description |
|---|---|
static Measured |
Measured.newInstance(io.vertx.core.metrics.Measured arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetClient
A TCP client.
|
class |
NetServer
Represents a TCP server
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Copyright © 2019 SmallRye. All rights reserved.