| Modifier and Type | Class and Description | 
|---|---|
class  | 
AmqpClientOptions
Configures the AMQP Client. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AmqpBridgeOptions
Options for configuring the AmqpBridge. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatagramSocketOptions
Options used to configure a datagram socket. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventBusOptions
Options to configure the event bus. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpClientOptions
Options describing how an  
HttpClient will make connections. | 
class  | 
HttpServerOptions
Represents options used by an  
HttpServer instance | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientOptionsBase
Base class for Client options 
 | 
class  | 
NetClientOptions
Options for configuring a  
NetClient. | 
class  | 
NetServerOptions
Options for configuring a  
NetServer. | 
class  | 
ServerOptionsBase  | 
class  | 
TCPSSLOptions
Base class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkOptions | 
NetworkOptions.setLogActivity(boolean logActivity)
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger. 
 | 
NetworkOptions | 
NetworkOptions.setReceiveBufferSize(int receiveBufferSize)
Set the TCP receive buffer size 
 | 
NetworkOptions | 
NetworkOptions.setReuseAddress(boolean reuseAddress)
Set the value of reuse address 
 | 
NetworkOptions | 
NetworkOptions.setReusePort(boolean reusePort)
Set the value of reuse port. 
 | 
NetworkOptions | 
NetworkOptions.setSendBufferSize(int sendBufferSize)
Set the TCP send buffer size 
 | 
NetworkOptions | 
NetworkOptions.setTrafficClass(int trafficClass)
Set the value of traffic class 
 | 
| Constructor and Description | 
|---|
NetworkOptions(NetworkOptions other)
Copy constructor 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DB2ConnectOptions
Connect options for configuring  
DB2Connection or DB2Pool. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OAuth2ClientOptions
Options describing how an OAuth2  
HttpClient will make connections. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConsulClientOptions
Options used to create Consul client. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpTermOptions
The web term configuration options. 
 | 
class  | 
TelnetTermOptions
Telnet terminal options configuration, extends  
NetServerOptions. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StompClientOptions
Options used to configure a STOMP client. 
 | 
class  | 
StompServerOptions
STOMP Server options. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebClientOptions  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MqttClientOptions
Represents options used by the MQTT client. 
 | 
class  | 
MqttServerOptions
Represents options used by the MQTT server 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MySQLConnectOptions
Connect options for configuring  
MySQLConnection or MySQLPool. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PgConnectOptions  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
io.vertx.proton.ProtonClientOptions  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RedisOptions
Deprecated. 
 
Use  
RedisOptions with the new client API.
 This object controls the connection setting to the Redis Server. There is no need to specify most of the settings
 since it has built the following sensible defaults:
 * `encoding`: `UTF-8` * `host`: `localhost` * `port`: 6379 * `tcpKeepAlive`: true * `tcpNoDelay`: true * `binary`: false However there are two extra properties that have no defaults since they are optional: * `auth` * `select` 
 The usage of this two extra properties is to setup required authentication and optionally the selection of the active
 database at connection time. If you define this extra properties on every connection to Redis server this client
 will perform the authentication handshake and database selection, however if you don't do this and call   | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SqlConnectOptions
Connect options for configuring  
SqlConnection or Pool. | 
Copyright © 2020 Eclipse. All rights reserved.