| 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.buffer |
== Buffers
:toc: left
Most data is shuffled around inside Vert.x using buffers.
|
| 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.streams |
== Streams
There are several objects in Vert.x that allow items to be read from and written.
|
| Class and Description |
|---|
| FutureFactory |
| VerticleFactory
Has responsibility for creating verticle instances.
|
| VertxFactory
Factory for creating Vertx instances.
|
| Class and Description |
|---|
| BufferFactory |
| Class and Description |
|---|
| WebSocketFrameFactory |
| Class and Description |
|---|
| VertxMetricsFactory
A factory for the plugable metrics SPI.
|
| Class and Description |
|---|
| PumpFactory |
Copyright © 2018 Eclipse. All rights reserved.