T - the type of the value.public final class OpenSslContextOption<T> extends SslContextOption<T>
| Modifier and Type | Field and Description |
|---|---|
static OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> |
ASYNC_PRIVATE_KEY_METHOD
Set the
OpenSslAsyncPrivateKeyMethod to use. |
static OpenSslContextOption<OpenSslPrivateKeyMethod> |
PRIVATE_KEY_METHOD
Set the
OpenSslPrivateKeyMethod to use. |
static OpenSslContextOption<Boolean> |
TLS_FALSE_START
If enabled TLS false start will be enabled if supported.
|
static OpenSslContextOption<Boolean> |
USE_TASKS
If enabled heavy-operations may be offloaded from the
EventLoop if possible. |
exists, validate, valueOf, valueOfpublic static final OpenSslContextOption<Boolean> USE_TASKS
EventLoop if possible.public static final OpenSslContextOption<Boolean> TLS_FALSE_START
SslHandshakeCompletionEvents may be different compared when,
not enabled.
This is currently only supported when BoringSSL and ALPN is used.public static final OpenSslContextOption<OpenSslPrivateKeyMethod> PRIVATE_KEY_METHOD
OpenSslPrivateKeyMethod to use. This allows to offload private-key operations
if needed.
This is currently only supported when BoringSSL is used.public static final OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> ASYNC_PRIVATE_KEY_METHOD
OpenSslAsyncPrivateKeyMethod to use. This allows to offload private-key operations
if needed.
This is currently only supported when BoringSSL is used.Copyright © 2008–2022 The Netty Project. All rights reserved.