| 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.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.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 |
|---|
| HttpClient
An asynchronous HTTP client.
|
| HttpClientOptions
Options describing how an
HttpClient will make connections. |
| HttpServer
An HTTP and WebSockets server.
|
| HttpServerOptions
Represents options used by an
HttpServer instance |
| Class and Description |
|---|
| ClientAuth
Configures the engine to require/request client authentication.
|
| Class and Description |
|---|
| ClientAuth
Configures the engine to require/request client authentication.
|
| GoAway
A GOAWAY frame.
|
| Http2Settings
HTTP2 settings, the settings is initialized with the default HTTP/2 values.
|
| HttpClient
An asynchronous HTTP client.
|
| HttpClientOptions
Options describing how an
HttpClient will make connections. |
| HttpClientRequest
Represents a client-side HTTP request.
|
| HttpClientResponse
Represents a client-side HTTP response.
|
| HttpConnection
Represents an HTTP connection.
|
| HttpFrame
An HTTP/2 frame.
|
| HttpMethod
Represents an HTTP method
|
| HttpServer
An HTTP and WebSockets server.
|
| HttpServerFileUpload
Represents an file upload from an HTML FORM.
|
| HttpServerOptions
Represents options used by an
HttpServer instance |
| HttpServerRequest
Represents a server-side HTTP request.
|
| HttpServerResponse
Represents a server-side HTTP response.
|
| HttpVersion
Represents the version of the HTTP protocol.
|
| RequestOptions
Options describing how an
HttpClient will make connect to make a request. |
| ServerWebSocket
Represents a server side WebSocket.
|
| WebSocket
Represents a client-side WebSocket.
|
| WebSocketBase
Base WebSocket implementation.
|
| WebSocketFrame
A WebSocket frame that represents either text or binary data.
|
| WebsocketVersion
Represents the WebSocket version
|
| Class and Description |
|---|
| ClientAuth
Configures the engine to require/request client authentication.
|
| Class and Description |
|---|
| WebSocketFrame
A WebSocket frame that represents either text or binary data.
|
| Class and Description |
|---|
| HttpClient
An asynchronous HTTP client.
|
| HttpClientOptions
Options describing how an
HttpClient will make connections. |
| HttpClientRequest
Represents a client-side HTTP request.
|
| HttpClientResponse
Represents a client-side HTTP response.
|
| HttpMethod
Represents an HTTP method
|
| HttpServer
An HTTP and WebSockets server.
|
| HttpServerOptions
Represents options used by an
HttpServer instance |
| HttpServerRequest
Represents a server-side HTTP request.
|
| HttpServerResponse
Represents a server-side HTTP response.
|
| ServerWebSocket
Represents a server side WebSocket.
|
| WebSocket
Represents a client-side WebSocket.
|
Copyright © 2018 Eclipse. All rights reserved.