Package | Description |
---|---|
io.netty.handler.ssl |
Modifier and Type | Field and Description |
---|---|
static OpenSslContextOption<OpenSslAsyncPrivateKeyMethod> |
OpenSslContextOption.ASYNC_PRIVATE_KEY_METHOD
Set the
OpenSslAsyncPrivateKeyMethod to use. |
static OpenSslContextOption<OpenSslCertificateCompressionConfig> |
OpenSslContextOption.CERTIFICATE_COMPRESSION_ALGORITHMS
Set the
OpenSslCertificateCompressionConfig to use. |
static OpenSslContextOption<String[]> |
OpenSslContextOption.GROUPS
Set the groups that should be used.
|
static OpenSslContextOption<Integer> |
OpenSslContextOption.MAX_CERTIFICATE_LIST_BYTES
Set the maximum number of bytes that is allowed during the handshake for certificate chain.
|
static OpenSslContextOption<OpenSslPrivateKeyMethod> |
OpenSslContextOption.PRIVATE_KEY_METHOD
Set the
OpenSslPrivateKeyMethod to use. |
static OpenSslContextOption<Boolean> |
OpenSslContextOption.TLS_FALSE_START
If enabled TLS false start will be enabled if supported.
|
static OpenSslContextOption<Boolean> |
OpenSslContextOption.USE_TASKS
If enabled heavy-operations may be offloaded from the
EventLoop if possible. |
Copyright © 2008–2024 The Netty Project. All rights reserved.