Uses of Class
io.vertx.core.net.SSLEngineOptions
Packages that use 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