Modifier and Type | Class and Description |
---|---|
class |
AmqpClientOptions
Configures the AMQP Client.
|
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 |
class |
WebSocketClientOptions |
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 |
Modifier and Type | Method and Description |
---|---|
TCPSSLOptions |
TCPSSLOptions.addCrlPath(String crlPath)
Add a CRL path
|
TCPSSLOptions |
TCPSSLOptions.addCrlValue(Buffer crlValue)
Add a CRL value
|
TCPSSLOptions |
TCPSSLOptions.addEnabledCipherSuite(String suite)
Add an enabled cipher suite, appended to the ordered suites.
|
TCPSSLOptions |
TCPSSLOptions.addEnabledSecureTransportProtocol(String protocol)
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
|
TCPSSLOptions |
TCPSSLOptions.removeEnabledCipherSuite(String suite)
Removes an enabled cipher suite from the ordered suites.
|
TCPSSLOptions |
TCPSSLOptions.removeEnabledSecureTransportProtocol(String protocol)
Removes an enabled SSL/TLS protocol from the ordered protocols.
|
TCPSSLOptions |
TCPSSLOptions.setActivityLogDataFormat(ByteBufFormat activityLogDataFormat) |
TCPSSLOptions |
TCPSSLOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols)
Sets the list of enabled SSL/TLS protocols.
|
TCPSSLOptions |
TCPSSLOptions.setIdleTimeout(int idleTimeout)
Set the idle timeout, default time unit is seconds.
|
TCPSSLOptions |
TCPSSLOptions.setIdleTimeoutUnit(TimeUnit idleTimeoutUnit)
Set the idle timeout unit.
|
TCPSSLOptions |
TCPSSLOptions.setJdkSslEngineOptions(JdkSSLEngineOptions sslEngineOptions)
Deprecated.
instead use
setSslEngineOptions(SSLEngineOptions) |
TCPSSLOptions |
TCPSSLOptions.setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.
|
TCPSSLOptions |
TCPSSLOptions.setKeyStoreOptions(JksOptions options)
Deprecated.
instead use
setKeyCertOptions(KeyCertOptions) |
TCPSSLOptions |
TCPSSLOptions.setLogActivity(boolean logEnabled) |
TCPSSLOptions |
TCPSSLOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions)
Deprecated.
instead use
setSslEngineOptions(SSLEngineOptions) |
TCPSSLOptions |
TCPSSLOptions.setPemKeyCertOptions(PemKeyCertOptions options)
Deprecated.
instead use
setKeyCertOptions(KeyCertOptions) |
TCPSSLOptions |
TCPSSLOptions.setPemTrustOptions(PemTrustOptions options)
Deprecated.
instead use
setTrustOptions(TrustOptions) |
TCPSSLOptions |
TCPSSLOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
instead use
setKeyCertOptions(KeyCertOptions) |
TCPSSLOptions |
TCPSSLOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
instead use
setTrustOptions(TrustOptions) |
TCPSSLOptions |
TCPSSLOptions.setReadIdleTimeout(int idleTimeout)
Set the read idle timeout, default time unit is seconds.
|
TCPSSLOptions |
TCPSSLOptions.setReceiveBufferSize(int receiveBufferSize) |
TCPSSLOptions |
TCPSSLOptions.setReuseAddress(boolean reuseAddress) |
TCPSSLOptions |
TCPSSLOptions.setReusePort(boolean reusePort) |
TCPSSLOptions |
TCPSSLOptions.setSendBufferSize(int sendBufferSize) |
TCPSSLOptions |
TCPSSLOptions.setSoLinger(int soLinger)
Set whether SO_linger keep alive is enabled
|
TCPSSLOptions |
TCPSSLOptions.setSsl(boolean ssl)
Set whether SSL/TLS is enabled
|
TCPSSLOptions |
TCPSSLOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions)
Set to use SSL engine implementation to use.
|
TCPSSLOptions |
TCPSSLOptions.setSslHandshakeTimeout(long sslHandshakeTimeout)
Set the SSL handshake timeout, default time unit is seconds.
|
TCPSSLOptions |
TCPSSLOptions.setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit)
Set the SSL handshake timeout unit.
|
TCPSSLOptions |
TCPSSLOptions.setTcpCork(boolean tcpCork)
Enable the
TCP_CORK option - only with linux native transport. |
TCPSSLOptions |
TCPSSLOptions.setTcpFastOpen(boolean tcpFastOpen)
Enable the
TCP_FASTOPEN option - only with linux native transport. |
TCPSSLOptions |
TCPSSLOptions.setTcpKeepAlive(boolean tcpKeepAlive)
Set whether TCP keep alive is enabled
|
TCPSSLOptions |
TCPSSLOptions.setTcpKeepAliveCount(int tcpKeepAliveCount)
The maximum number of keepalive probes TCP should send before dropping the connection.
|
TCPSSLOptions |
TCPSSLOptions.setTcpKeepAliveIdleSeconds(int tcpKeepAliveIdleSeconds)
The time in seconds the connection needs to remain idle before TCP starts sending keepalive probes,
if the socket option keepalive has been set.
|
TCPSSLOptions |
TCPSSLOptions.setTcpKeepAliveIntervalSeconds(int tcpKeepAliveIntervalSeconds)
The time in seconds between individual keepalive probes.
|
TCPSSLOptions |
TCPSSLOptions.setTcpNoDelay(boolean tcpNoDelay)
Set whether TCP no delay is enabled
|
TCPSSLOptions |
TCPSSLOptions.setTcpQuickAck(boolean tcpQuickAck)
Enable the
TCP_QUICKACK option - only with linux native transport. |
TCPSSLOptions |
TCPSSLOptions.setTcpUserTimeout(int tcpUserTimeout)
Sets the
TCP_USER_TIMEOUT option - only with linux native transport. |
TCPSSLOptions |
TCPSSLOptions.setTrafficClass(int trafficClass) |
TCPSSLOptions |
TCPSSLOptions.setTrustOptions(TrustOptions options)
Set the trust options.
|
TCPSSLOptions |
TCPSSLOptions.setTrustStoreOptions(JksOptions options)
Deprecated.
instead use
setTrustOptions(TrustOptions) |
TCPSSLOptions |
TCPSSLOptions.setUseAlpn(boolean useAlpn)
Set the ALPN usage.
|
TCPSSLOptions |
TCPSSLOptions.setWriteIdleTimeout(int idleTimeout)
Set the write idle timeout, default time unit is seconds.
|
Constructor and Description |
---|
TCPSSLOptions(TCPSSLOptions other)
Copy constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DB2ConnectOptions
Connect options for configuring
DB2Connection or DB2Builder . |
Modifier and Type | Class and Description |
---|---|
class |
ConsulClientOptions
Options used to create Consul client.
|
Modifier and Type | Class and Description |
---|---|
class |
MailConfig
represents the configuration of a mail service with mail server hostname,
port, security options, login options and login/password
|
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 |
CachingWebClientOptions |
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 |
MSSQLConnectOptions
Connect options for configuring
MSSQLConnection . |
Modifier and Type | Class and Description |
---|---|
class |
MySQLConnectOptions
Connect options for configuring
MySQLConnection or MySQLBuilder . |
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 |
RabbitMQOptions
RabbitMQ client options, most
|
Modifier and Type | Class and Description |
---|---|
class |
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Modifier and Type | Class and Description |
---|---|
class |
HttpSenderOptions
Options for reporting to a Zipkin server configured by default to
http://localhost:9411/api/v2/spans . |
Copyright © 2024 Eclipse. All rights reserved.