Uses of Class
io.vertx.core.net.TCPSSLOptions
Packages that use TCPSSLOptions
Package
Description
-
Uses of TCPSSLOptions in io.vertx.amqp
Subclasses of TCPSSLOptions in io.vertx.amqp -
Uses of TCPSSLOptions in io.vertx.core.eventbus
Subclasses of TCPSSLOptions in io.vertx.core.eventbus -
Uses of TCPSSLOptions in io.vertx.core.http
Subclasses of TCPSSLOptions in io.vertx.core.httpModifier and TypeClassDescriptionclassOptions describing how anHttpClientwill make connections.classRepresents options used by anHttpServerinstanceclass -
Uses of TCPSSLOptions in io.vertx.core.net
Subclasses of TCPSSLOptions in io.vertx.core.netModifier and TypeClassDescriptionclassBase class for Client optionsclassOptions for configuring aNetClient.classOptions for configuring aNetServer.Methods in io.vertx.core.net that return TCPSSLOptionsModifier and TypeMethodDescriptionTCPSSLOptions.addCrlPath(String crlPath) Add a CRL pathTCPSSLOptions.addCrlValue(Buffer crlValue) Add a CRL valueTCPSSLOptions.addEnabledCipherSuite(String suite) Add an enabled cipher suite, appended to the ordered suites.TCPSSLOptions.addEnabledSecureTransportProtocol(String protocol) Add an enabled SSL/TLS protocols, appended to the ordered protocols.TCPSSLOptions.removeEnabledCipherSuite(String suite) Removes an enabled cipher suite from the ordered suites.TCPSSLOptions.removeEnabledSecureTransportProtocol(String protocol) Removes an enabled SSL/TLS protocol from the ordered protocols.TCPSSLOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols) Sets the list of enabled SSL/TLS protocols.TCPSSLOptions.setIdleTimeout(int idleTimeout) Set the idle timeout, default time unit is seconds.TCPSSLOptions.setIdleTimeoutUnit(TimeUnit idleTimeoutUnit) Set the idle timeout unit.TCPSSLOptions.setKeyCertOptions(KeyCertOptions options) Set the key/cert options.TCPSSLOptions.setLogActivity(boolean logEnabled) TCPSSLOptions.setReadIdleTimeout(int idleTimeout) Set the read idle timeout, default time unit is seconds.TCPSSLOptions.setReceiveBufferSize(int receiveBufferSize) TCPSSLOptions.setReuseAddress(boolean reuseAddress) TCPSSLOptions.setReusePort(boolean reusePort) TCPSSLOptions.setSendBufferSize(int sendBufferSize) TCPSSLOptions.setSoLinger(int soLinger) Set whether SO_linger keep alive is enabledTCPSSLOptions.setSsl(boolean ssl) Set whether SSL/TLS is enabledTCPSSLOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) Set to use SSL engine implementation to use.TCPSSLOptions.setSslHandshakeTimeout(long sslHandshakeTimeout) Set the SSL handshake timeout, default time unit is seconds.TCPSSLOptions.setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit) Set the SSL handshake timeout unit.TCPSSLOptions.setTcpCork(boolean tcpCork) Enable theTCP_CORKoption - only with linux native transport.TCPSSLOptions.setTcpFastOpen(boolean tcpFastOpen) Enable theTCP_FASTOPENoption - only with linux native transport.TCPSSLOptions.setTcpKeepAlive(boolean tcpKeepAlive) Set whether TCP keep alive is enabledTCPSSLOptions.setTcpKeepAliveCount(int tcpKeepAliveCount) The maximum number of keepalive probes TCP should send before dropping the connection.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.setTcpKeepAliveIntervalSeconds(int tcpKeepAliveIntervalSeconds) The time in seconds between individual keepalive probes (while the channel is idle).TCPSSLOptions.setTcpNoDelay(boolean tcpNoDelay) Set whether TCP no delay is enabledTCPSSLOptions.setTcpQuickAck(boolean tcpQuickAck) Enable theTCP_QUICKACKoption - only with linux native transport.TCPSSLOptions.setTcpUserTimeout(int tcpUserTimeout) Sets theTCP_USER_TIMEOUToption - only with linux native transport.TCPSSLOptions.setTrafficClass(int trafficClass) TCPSSLOptions.setTrustOptions(TrustOptions options) Set the trust options.TCPSSLOptions.setUseAlpn(boolean useAlpn) Set the ALPN usage.TCPSSLOptions.setWriteIdleTimeout(int idleTimeout) Set the write idle timeout, default time unit is seconds.Constructors in io.vertx.core.net with parameters of type TCPSSLOptionsModifierConstructorDescriptionTcpEndpointConfig(TCPSSLOptions options) TCPSSLOptions(TCPSSLOptions other) Copy constructor -
Uses of TCPSSLOptions in io.vertx.ext.consul
Subclasses of TCPSSLOptions in io.vertx.ext.consul -
Uses of TCPSSLOptions in io.vertx.ext.mail
Subclasses of TCPSSLOptions in io.vertx.ext.mailModifier and TypeClassDescriptionclassrepresents 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.termModifier and TypeClassDescriptionclassThe web term configuration options.classTelnet terminal options configuration, extendsNetServerOptions. -
Uses of TCPSSLOptions in io.vertx.ext.stomp
Subclasses of TCPSSLOptions in io.vertx.ext.stompModifier and TypeClassDescriptionclassOptions used to configure a STOMP client.classSTOMP Server options. -
Uses of TCPSSLOptions in io.vertx.ext.web.client
Subclasses of TCPSSLOptions in io.vertx.ext.web.client -
Uses of TCPSSLOptions in io.vertx.mqtt
Subclasses of TCPSSLOptions in io.vertx.mqttModifier and TypeClassDescriptionclassRepresents options used by the MQTT client.classRepresents options used by the MQTT server -
Uses of TCPSSLOptions in io.vertx.proton
Subclasses of TCPSSLOptions in io.vertx.protonModifier and TypeClassDescriptionclassio.vertx.proton.ProtonClientOptions -
Uses of TCPSSLOptions in io.vertx.rabbitmq
Subclasses of TCPSSLOptions in io.vertx.rabbitmq -
Uses of TCPSSLOptions in io.vertx.tracing.zipkin
Subclasses of TCPSSLOptions in io.vertx.tracing.zipkinModifier and TypeClassDescriptionclassOptions for reporting to a Zipkin server configured by default tohttp://localhost:9411/api/v2/spans.