Uses of Class
io.vertx.core.net.OpenSSLEngineOptions
-
Packages that use OpenSSLEngineOptions Package Description io.vertx.core.net -
-
Uses of OpenSSLEngineOptions in io.vertx.core.net
Methods in io.vertx.core.net that return OpenSSLEngineOptions Modifier and Type Method Description OpenSSLEngineOptions
OpenSSLEngineOptions. copy()
OpenSSLEngineOptions
OpenSSLEngineOptions. setSessionCacheEnabled(boolean sessionCacheEnabled)
Set whether session cache is enabled in open SSL session server contextOpenSSLEngineOptions
OpenSSLEngineOptions. setUseWorkerThread(boolean useWorkerThread)
Constructors in io.vertx.core.net with parameters of type OpenSSLEngineOptions Constructor Description OpenSSLEngineOptions(OpenSSLEngineOptions other)
-