Uses of Class
io.vertx.core.net.SSLEngineOptions
Packages that use SSLEngineOptions
Package
Description
-
Uses of SSLEngineOptions in io.vertx.amqp
Methods in io.vertx.amqp with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionAmqpClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) -
Uses of SSLEngineOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionEventBusOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) -
Uses of SSLEngineOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionHttpClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) HttpServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) WebSocketClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) HttpClientBuilder.with(SSLEngineOptions engine) Configure the client with the given SSLengine.HttpServerBuilder.with(SSLEngineOptions engine) Configure the server with the given SSLengine. -
Uses of SSLEngineOptions in io.vertx.core.net
Subclasses of SSLEngineOptions in io.vertx.core.netModifier and TypeClassDescriptionclassConfigures aTCPSSLOptionsto use the JDK ssl engine implementation.classConfigures aTCPSSLOptionsto use OpenSsl.Fields in io.vertx.core.net declared as SSLEngineOptionsModifier and TypeFieldDescriptionstatic final SSLEngineOptionsTCPSSLOptions.DEFAULT_SSL_ENGINEThe default SSL engine options = null (autoguess)Methods in io.vertx.core.net that return SSLEngineOptionsModifier and TypeMethodDescriptionabstract SSLEngineOptionsSSLEngineOptions.copy()TCPSSLOptions.getSslEngineOptions()SSLEngineOptions.setUseWorkerThread(boolean useWorkerThread) Set the thread pool to use for SSL blocking operations.Methods in io.vertx.core.net with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionClientOptionsBase.setSslEngineOptions(SSLEngineOptions sslEngineOptions) NetClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) NetServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) TCPSSLOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) Set to use SSL engine implementation to use.Constructors in io.vertx.core.net with parameters of type SSLEngineOptions -
Uses of SSLEngineOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionConsulClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) Set to use SSL engine implementation to use. -
Uses of SSLEngineOptions in io.vertx.ext.mail
Methods in io.vertx.ext.mail with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionMailConfig.setSslEngineOptions(SSLEngineOptions sslEngineOptions) -
Uses of SSLEngineOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionCachingWebClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) WebClientOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) -
Uses of SSLEngineOptions in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionHttpClientBuilder.with(SSLEngineOptions engine) Configure the client with the given SSLengine.HttpServerBuilder.with(SSLEngineOptions engine) Configure the server with the given SSLengine. -
Uses of SSLEngineOptions in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionHttpClientBuilder.with(SSLEngineOptions engine) Configure the client with the given SSLengine.HttpServerBuilder.with(SSLEngineOptions engine) Configure the server with the given SSLengine. -
Uses of SSLEngineOptions in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type SSLEngineOptionsModifier and TypeMethodDescriptionHttpSenderOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions)