All Classes and Interfaces
Class
Description
Represents a file on the file-system which can be read from, or written to asynchronously.
A lock on a region of an
AsyncFile.An asynchronous map.
Most data is shuffled around inside Vert.x using buffers.
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
Represents a client-side WebSocket initially not connected.
The parser transforms a CLI (a model) into an
CommandLine.The execution context of a
Handler execution.Helpers for producing Vert.x
Context-aware schedulers.Define how a scheduler captures a Vert.x
Context.Represents an HTTP Cookie.
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
A datagram socket can be used to send
DatagramPacket's to remote datagram servers
and receive DatagramPackets .Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
Provides a way to asynchronously lookup information from DNS servers.
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.
Helper methods to turn Vert.x
Expectation that work on Future into Uni that
can be used in a pipeline using the Uni.plug(Function) operator, as in:Represents properties of a file on the file system.
Contains a broad set of operations for manipulating files on the file system.
Represents properties of the file system.
A combination of host and port.
An asynchronous HTTP client.
A builder for
HttpClient.Represents a client-side HTTP request.
Represents a client-side HTTP response.
Represents an HTTP connection.
An HTTP/2 frame.
Contains a bunch of useful HTTP headers stuff:
methods for creating instances
often used Header names
method to create optimized
CharSequence which can be used as header name and value
The state of the HTTP response head:
Status code / Message
Headers
An HTTP and WebSockets server.
Represents an file upload from an HTML FORM.
Represents a server-side HTTP request.
Represents a server-side HTTP response.
A JSON event emited by the
JsonParser.A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json
element fully.
Implementation of RFC6901 Json Pointers.
The JsonPointerIterator is used by the read/write algorithms of the
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers
JsonPointer to read/write the querying data structure Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers
Local maps can be used to share data safely in a single Vert.x instance.
An asynchronous exclusive lock which can be obtained from any node in the cluster.
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.Represents a message that is received from the event bus in a handler.
An event bus consumer object representing a stream of message to an
EventBus address that can
be read from.Represents a stream of message that can be written to.
This class represents a MultiMap of String keys to a List of String values.
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
A TCP client.
Represents a TCP server
Represents a socket-like interface to a TCP connection on either the
client or the server side.
Pipe data from a
ReadStream to a WriteStream and performs flow control where necessary to
prevent the write stream buffer from getting overfull.Represents the writable side of an action that may, or may not, have occurred yet.
Deprecated.
Represents a stream of items that can be read from.
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
size records.
A self-signed certificate helper for testing and development purposes.
Represents a server side WebSocket.
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.
Shared data allows you to share data safely between different parts of your application in a safe way.
The address of a socket, an inet socket address or a domain socket address.
Represent a Service-Record (SRV) which was resolved for a domain.
Base interface for a stream.
Deprecated.
A timer task that can be used as a future.
The entry point into the Vert.x Core API.
A builder for creating Vert.x instances, allowing to configure Vert.x plugins:
metrics
tracing
cluster manager
Example usage:
Represents a client-side WebSocket.
Base WebSocket implementation.
An asynchronous WebSocket client.
A WebSocket frame that represents either text or binary data.
An executor for executing blocking code in Vert.x .
Represents a stream of data that can be written to.