T - the type of the value.public final class OpenSslContextOption<T> extends SslContextOption<T>
public 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.public static final OpenSslContextOption<OpenSslCertificateCompressionConfig> CERTIFICATE_COMPRESSION_ALGORITHMS
OpenSslCertificateCompressionConfig to use. This allows for the configuration of certificate
compression algorithms which should be used, the priority of those algorithms and the directions in which
they should be used.
This is currently only supported when BoringSSL is used.public static final OpenSslContextOption<Integer> MAX_CERTIFICATE_LIST_BYTES
public static final OpenSslContextOption<String[]> GROUPS
-Djdk.tls.namedGroups.
public static final OpenSslContextOption<Integer> TMP_DH_KEYLENGTH
-Djdk.tls.ephemeralDHKeySize.
The only supported values are 512, 1024, 2048, and 4096.
Copyright © 2008–2025 The Netty Project. All rights reserved.