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.net |
== Writing TCP servers and clients
Vert.x allows you to easily write non blocking TCP clients and servers.
|
io.vertx.core.spi.metrics |
Class and Description |
---|
NetClient
A TCP client.
|
NetClientOptions
Options for configuring a
NetClient . |
NetServer
Represents a TCP server
|
NetServerOptions
Options for configuring a
NetServer . |
Class and Description |
---|
NetworkOptions |
SocketAddress
The address of a socket
|
Class and Description |
---|
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
|
KeyCertOptions
Key/cert configuration options.
|
NetworkOptions |
PemKeyCertOptions
Key store options configuring a list of private key and its certificate based on
Privacy-enhanced Electronic Email (PEM) files.
|
PemTrustOptions
Certificate Authority options configuring certificates based on
Privacy-enhanced Electronic Email (PEM) files.
|
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
TCPSSLOptions
Base class.
|
TrustOptions
Certification authority configuration options.
|
Class and Description |
---|
ClientOptionsBase
Base class for Client options
|
JdkSSLEngineOptions
Configures a
TCPSSLOptions to use the JDK ssl engine implementation. |
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
|
KeyCertOptions
Key/cert configuration options.
|
NetServerOptions
Options for configuring a
NetServer . |
NetSocket
Represents a socket-like interface to a TCP connection on either the
client or the server side.
|
NetworkOptions |
OpenSSLEngineOptions
Configures a
TCPSSLOptions to use OpenSsl. |
PemKeyCertOptions
Key store options configuring a list of private key and its certificate based on
Privacy-enhanced Electronic Email (PEM) files.
|
PemTrustOptions
Certificate Authority options configuring certificates based on
Privacy-enhanced Electronic Email (PEM) files.
|
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
ProxyOptions
Proxy options for a net client or a net client.
|
SocketAddress
The address of a socket
|
SSLEngineOptions
The SSL engine implementation to use in a Vert.x server or client.
|
TCPSSLOptions
Base class.
|
TrustOptions
Certification authority configuration options.
|
Class and Description |
---|
ClientOptionsBase
Base class for Client options
|
JdkSSLEngineOptions
Configures a
TCPSSLOptions to use the JDK ssl engine implementation. |
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
|
KeyCertOptions
Key/cert configuration options.
|
NetClient
A TCP client.
|
NetClientOptions
Options for configuring a
NetClient . |
NetServer
Represents a TCP server
|
NetServerOptions
Options for configuring a
NetServer . |
NetSocket
Represents a socket-like interface to a TCP connection on either the
client or the server side.
|
NetworkOptions |
OpenSSLEngineOptions
Configures a
TCPSSLOptions to use OpenSsl. |
PemKeyCertOptions
Key store options configuring a list of private key and its certificate based on
Privacy-enhanced Electronic Email (PEM) files.
|
PemTrustOptions
Certificate Authority options configuring certificates based on
Privacy-enhanced Electronic Email (PEM) files.
|
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
ProxyOptions
Proxy options for a net client or a net client.
|
ProxyType
The type of a TCP proxy server.
|
SelfSignedCertificate
A self-signed certificate helper for testing and development purposes.
|
SocketAddress
The address of a socket
|
SSLEngineOptions
The SSL engine implementation to use in a Vert.x server or client.
|
TCPSSLOptions
Base class.
|
TrustOptions
Certification authority configuration options.
|
Class and Description |
---|
NetClientOptions
Options for configuring a
NetClient . |
NetServerOptions
Options for configuring a
NetServer . |
SocketAddress
The address of a socket
|
Copyright © 2018. All rights reserved.