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.cli |
Vert.x Core provides an API for parsing command line arguments passed to programs.
|
io.vertx.core.datagram |
== Datagram sockets (UDP)
Using User Datagram Protocol (UDP) with Vert.x is a piece of cake.
|
io.vertx.core.dns |
== DNS client
Often you will find yourself in situations where you need to obtain DNS informations in an asynchronous fashion.
|
io.vertx.core.eventbus |
== The Event Bus
:toc: left
The
event bus is the *nervous system* of Vert.x. |
io.vertx.core.file |
== Using the file system with Vert.x
The Vert.x
FileSystem object provides many operations for manipulating the file system. |
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.json | |
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.parsetools |
== Record Parser
The record parser allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
size records.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonArray
A representation of a JSON array in Java.
|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
DecodeException
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
|
EncodeException |
JsonArray
A representation of a JSON array in Java.
|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonObject
A representation of a JSON object in Java.
|
Class and Description |
---|
JsonArray
A representation of a JSON array in Java.
|
JsonObject
A representation of a JSON object in Java.
|
Copyright © 2018 Eclipse. All rights reserved.