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 |
HttpClientOptions
Options describing how an
HttpClient will make connections. |
Modifier and Type | Class and Description |
---|---|
class |
NetClientOptions
Options for configuring a
NetClient . |
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
ClientOptionsBase.addCrlPath(String crlPath) |
ClientOptionsBase |
ClientOptionsBase.addCrlValue(Buffer crlValue) |
ClientOptionsBase |
ClientOptionsBase.addEnabledCipherSuite(String suite) |
ClientOptionsBase |
ClientOptionsBase.addEnabledSecureTransportProtocol(String protocol) |
ClientOptionsBase |
ClientOptionsBase.removeEnabledSecureTransportProtocol(String protocol) |
ClientOptionsBase |
ClientOptionsBase.setConnectTimeout(int connectTimeout)
Set the connect timeout
|
ClientOptionsBase |
ClientOptionsBase.setIdleTimeout(int idleTimeout) |
ClientOptionsBase |
ClientOptionsBase.setIdleTimeoutUnit(TimeUnit idleTimeoutUnit) |
ClientOptionsBase |
ClientOptionsBase.setJdkSslEngineOptions(JdkSSLEngineOptions sslEngineOptions) |
ClientOptionsBase |
ClientOptionsBase.setKeyCertOptions(KeyCertOptions options) |
ClientOptionsBase |
ClientOptionsBase.setKeyStoreOptions(JksOptions options) |
ClientOptionsBase |
ClientOptionsBase.setLocalAddress(String localAddress)
Set the local interface to bind for network connections.
|
ClientOptionsBase |
ClientOptionsBase.setLogActivity(boolean logEnabled) |
ClientOptionsBase |
ClientOptionsBase.setMetricsName(String metricsName)
Set the metrics name identifying the reported metrics, useful for grouping metrics
with the same name.
|
ClientOptionsBase |
ClientOptionsBase.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
ClientOptionsBase |
NetClientOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
ClientOptionsBase |
ClientOptionsBase.setPemKeyCertOptions(PemKeyCertOptions options) |
ClientOptionsBase |
ClientOptionsBase.setPemTrustOptions(PemTrustOptions options) |
ClientOptionsBase |
ClientOptionsBase.setPfxKeyCertOptions(PfxOptions options) |
ClientOptionsBase |
ClientOptionsBase.setPfxTrustOptions(PfxOptions options) |
ClientOptionsBase |
ClientOptionsBase.setProxyOptions(ProxyOptions proxyOptions)
Set proxy options for connections via CONNECT proxy (e.g.
|
ClientOptionsBase |
ClientOptionsBase.setReceiveBufferSize(int receiveBufferSize) |
ClientOptionsBase |
ClientOptionsBase.setReuseAddress(boolean reuseAddress) |
ClientOptionsBase |
ClientOptionsBase.setReusePort(boolean reusePort) |
ClientOptionsBase |
ClientOptionsBase.setSendBufferSize(int sendBufferSize) |
ClientOptionsBase |
ClientOptionsBase.setSoLinger(int soLinger) |
ClientOptionsBase |
ClientOptionsBase.setSsl(boolean ssl) |
ClientOptionsBase |
ClientOptionsBase.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
ClientOptionsBase |
ClientOptionsBase.setTcpCork(boolean tcpCork) |
ClientOptionsBase |
ClientOptionsBase.setTcpFastOpen(boolean tcpFastOpen) |
ClientOptionsBase |
ClientOptionsBase.setTcpKeepAlive(boolean tcpKeepAlive) |
ClientOptionsBase |
ClientOptionsBase.setTcpNoDelay(boolean tcpNoDelay) |
ClientOptionsBase |
ClientOptionsBase.setTcpQuickAck(boolean tcpQuickAck) |
ClientOptionsBase |
ClientOptionsBase.setTcpUserTimeout(int tcpUserTimeout) |
ClientOptionsBase |
ClientOptionsBase.setTrafficClass(int trafficClass) |
ClientOptionsBase |
ClientOptionsBase.setTrustAll(boolean trustAll)
Set whether all server certificates should be trusted
|
ClientOptionsBase |
ClientOptionsBase.setTrustOptions(TrustOptions options) |
ClientOptionsBase |
ClientOptionsBase.setTrustStoreOptions(JksOptions options) |
ClientOptionsBase |
ClientOptionsBase.setUseAlpn(boolean useAlpn) |
ClientOptionsBase |
ClientOptionsBase.setUsePooledBuffers(boolean usePooledBuffers) |
Constructor and Description |
---|
ClientOptionsBase(ClientOptionsBase 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 |
StompClientOptions
Options used to configure a STOMP client.
|
Modifier and Type | Class and Description |
---|---|
class |
WebClientOptions |
Modifier and Type | Method and Description |
---|---|
VertxChannelBuilder |
VertxChannelBuilder.useSsl(Handler<ClientOptionsBase> handler) |
Modifier and Type | Class and Description |
---|---|
class |
MqttClientOptions
Represents options used by the MQTT client.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLConnectOptions
Connect options for configuring
MySQLConnection or MySQLPool . |
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
MySQLConnectOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
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 © 2023 Eclipse. All rights reserved.