public abstract class SSLEngineOptions extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_USE_WORKER_POOL
The default thread pool type for SSL blocking operations.
|
Constructor and Description |
---|
SSLEngineOptions() |
SSLEngineOptions(JsonObject json) |
SSLEngineOptions(SSLEngineOptions that) |
Modifier and Type | Method and Description |
---|---|
abstract SSLEngineOptions |
copy() |
boolean |
getUseWorkerThread() |
SSLEngineOptions |
setUseWorkerThread(boolean useWorkerThread)
Set the thread pool to use for SSL blocking operations.
|
abstract SslContextFactory |
sslContextFactory() |
public static final boolean DEFAULT_USE_WORKER_POOL
public SSLEngineOptions()
public SSLEngineOptions(SSLEngineOptions that)
public SSLEngineOptions(JsonObject json)
public abstract SSLEngineOptions copy()
public abstract SslContextFactory sslContextFactory()
SslContextFactory
that will be used to produce the Netty SslContext
public boolean getUseWorkerThread()
public SSLEngineOptions setUseWorkerThread(boolean useWorkerThread)
useWorkerThread
- whether to use the vertx internal worker pool for SSL blocking operationsCopyright © 2023 Eclipse. All rights reserved.