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.eventbus |
== The Event Bus
:toc: left
The
event bus is the *nervous system* of Vert.x. |
io.vertx.core.http |
== Writing HTTP servers and clients
Vert.x allows you to easily write non blocking HTTP clients and servers.
|
io.vertx.core.metrics | |
io.vertx.core.net |
== Writing TCP servers and clients
Vert.x allows you to easily write non blocking TCP clients and servers.
|
io.vertx.core.spi | |
io.vertx.core.spi.metrics |
Class and Description |
---|
Measured |
MetricsOptions
Vert.x metrics base configuration, this class can be extended by provider implementations to configure
those specific implementations.
|
Class and Description |
---|
Measured |
Class and Description |
---|
Measured |
Class and Description |
---|
Measured |
Class and Description |
---|
MetricsOptions
Vert.x metrics base configuration, this class can be extended by provider implementations to configure
those specific implementations.
|
Class and Description |
---|
Measured |
Class and Description |
---|
MetricsOptions
Vert.x metrics base configuration, this class can be extended by provider implementations to configure
those specific implementations.
|
Class and Description |
---|
Measured |
Copyright © 2018 Eclipse. All rights reserved.