Uses of Class
io.vertx.core.net.SSLEngineOptions
-
Packages that use SSLEngineOptions Package Description io.vertx.core.eventbus io.vertx.core.http io.vertx.core.net -
-
Uses of SSLEngineOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus with parameters of type SSLEngineOptions Modifier and Type Method Description EventBusOptionsEventBusOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions) -
Uses of SSLEngineOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type SSLEngineOptions Modifier and Type Method Description HttpClientOptionsHttpClientOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions)HttpServerOptionsHttpServerOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions)WebSocketClientOptionsWebSocketClientOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions) -
Uses of SSLEngineOptions in io.vertx.core.net
Subclasses of SSLEngineOptions in io.vertx.core.net Modifier and Type Class Description classJdkSSLEngineOptionsConfigures aTCPSSLOptionsto use the JDK ssl engine implementation.classOpenSSLEngineOptionsConfigures aTCPSSLOptionsto use OpenSsl.Fields in io.vertx.core.net declared as SSLEngineOptions Modifier and Type Field Description static SSLEngineOptionsTCPSSLOptions. DEFAULT_SSL_ENGINEThe default SSL engine options = null (autoguess)Methods in io.vertx.core.net that return SSLEngineOptions Modifier and Type Method Description abstract SSLEngineOptionsSSLEngineOptions. copy()SSLEngineOptionsTCPSSLOptions. getSslEngineOptions()SSLEngineOptionsSSLEngineOptions. setUseWorkerThread(boolean useWorkerThread)Set the thread pool to use for SSL blocking operations.Methods in io.vertx.core.net with parameters of type SSLEngineOptions Modifier and Type Method Description ClientOptionsBaseClientOptionsBase. setSslEngineOptions(SSLEngineOptions sslEngineOptions)NetClientOptionsNetClientOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions)NetServerOptionsNetServerOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions)TCPSSLOptionsTCPSSLOptions. setSslEngineOptions(SSLEngineOptions sslEngineOptions)Set to use SSL engine implementation to use.Constructors in io.vertx.core.net with parameters of type SSLEngineOptions Constructor Description SSLEngineOptions(SSLEngineOptions that)
-