Uses of Class
io.vertx.core.net.TCPSSLOptions
-
-
Uses of TCPSSLOptions in io.vertx.amqp
Subclasses of TCPSSLOptions in io.vertx.amqp Modifier and Type Class Description class
AmqpClientOptions
Configures the AMQP Client. -
Uses of TCPSSLOptions in io.vertx.core.eventbus
Subclasses of TCPSSLOptions in io.vertx.core.eventbus Modifier and Type Class Description class
EventBusOptions
Options to configure the event bus. -
Uses of TCPSSLOptions in io.vertx.core.http
Subclasses of TCPSSLOptions in io.vertx.core.http Modifier and Type Class Description class
HttpClientOptions
Options describing how anHttpClient
will make connections.class
HttpServerOptions
Represents options used by anHttpServer
instanceclass
WebSocketClientOptions
-
Uses of TCPSSLOptions in io.vertx.core.net
Subclasses of TCPSSLOptions in io.vertx.core.net Modifier and Type Class Description class
ClientOptionsBase
Base class for Client optionsclass
NetClientOptions
Options for configuring aNetClient
.class
NetServerOptions
Options for configuring aNetServer
.Methods in io.vertx.core.net that return TCPSSLOptions Modifier and Type Method Description TCPSSLOptions
TCPSSLOptions. addCrlPath(String crlPath)
Add a CRL pathTCPSSLOptions
TCPSSLOptions. addCrlValue(Buffer crlValue)
Add a CRL valueTCPSSLOptions
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. setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.TCPSSLOptions
TCPSSLOptions. setLogActivity(boolean logEnabled)
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 enabledTCPSSLOptions
TCPSSLOptions. setSsl(boolean ssl)
Set whether SSL/TLS is enabledTCPSSLOptions
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 theTCP_CORK
option - only with linux native transport.TCPSSLOptions
TCPSSLOptions. setTcpFastOpen(boolean tcpFastOpen)
Enable theTCP_FASTOPEN
option - only with linux native transport.TCPSSLOptions
TCPSSLOptions. setTcpKeepAlive(boolean tcpKeepAlive)
Set whether TCP keep alive is enabledTCPSSLOptions
TCPSSLOptions. setTcpNoDelay(boolean tcpNoDelay)
Set whether TCP no delay is enabledTCPSSLOptions
TCPSSLOptions. setTcpQuickAck(boolean tcpQuickAck)
Enable theTCP_QUICKACK
option - only with linux native transport.TCPSSLOptions
TCPSSLOptions. setTcpUserTimeout(int tcpUserTimeout)
Sets theTCP_USER_TIMEOUT
option - only with linux native transport.TCPSSLOptions
TCPSSLOptions. setTrafficClass(int trafficClass)
TCPSSLOptions
TCPSSLOptions. setTrustOptions(TrustOptions options)
Set the trust options.TCPSSLOptions
TCPSSLOptions. setUseAlpn(boolean useAlpn)
Set the ALPN usage.TCPSSLOptions
TCPSSLOptions. setWriteIdleTimeout(int idleTimeout)
Set the write idle timeout, default time unit is seconds.Constructors in io.vertx.core.net with parameters of type TCPSSLOptions Constructor Description TCPSSLOptions(TCPSSLOptions other)
Copy constructor -
Uses of TCPSSLOptions in io.vertx.ext.consul
Subclasses of TCPSSLOptions in io.vertx.ext.consul Modifier and Type Class Description class
ConsulClientOptions
Options used to create Consul client. -
Uses of TCPSSLOptions in io.vertx.ext.mail
Subclasses of TCPSSLOptions in io.vertx.ext.mail Modifier and Type Class Description class
MailConfig
represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password -
Uses of TCPSSLOptions in io.vertx.ext.shell.term
Subclasses of TCPSSLOptions in io.vertx.ext.shell.term Modifier and Type Class Description class
HttpTermOptions
The web term configuration options.class
TelnetTermOptions
Telnet terminal options configuration, extendsNetServerOptions
. -
Uses of TCPSSLOptions in io.vertx.ext.stomp
Subclasses of TCPSSLOptions in io.vertx.ext.stomp Modifier and Type Class Description class
StompClientOptions
Options used to configure a STOMP client.class
StompServerOptions
STOMP Server options. -
Uses of TCPSSLOptions in io.vertx.ext.web.client
Subclasses of TCPSSLOptions in io.vertx.ext.web.client Modifier and Type Class Description class
CachingWebClientOptions
class
WebClientOptions
-
Uses of TCPSSLOptions in io.vertx.mqtt
Subclasses of TCPSSLOptions in io.vertx.mqtt Modifier and Type Class Description class
MqttClientOptions
Represents options used by the MQTT client.class
MqttServerOptions
Represents options used by the MQTT server -
Uses of TCPSSLOptions in io.vertx.proton
Subclasses of TCPSSLOptions in io.vertx.proton with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
io.vertx.proton.ProtonClientOptions
-
Uses of TCPSSLOptions in io.vertx.rabbitmq
Subclasses of TCPSSLOptions in io.vertx.rabbitmq Modifier and Type Class Description class
RabbitMQOptions
RabbitMQ client options, most -
Uses of TCPSSLOptions in io.vertx.tracing.zipkin
Subclasses of TCPSSLOptions in io.vertx.tracing.zipkin Modifier and Type Class Description class
HttpSenderOptions
Options for reporting to a Zipkin server configured by default tohttp://localhost:9411/api/v2/spans
.
-