Uses of Class
io.netty.handler.ssl.OpenSslContextOption
Packages that use OpenSslContextOption
-
Uses of OpenSslContextOption in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as OpenSslContextOptionModifier and TypeFieldDescriptionstatic final OpenSslContextOption
<OpenSslAsyncPrivateKeyMethod> OpenSslContextOption.ASYNC_PRIVATE_KEY_METHOD
Set theOpenSslAsyncPrivateKeyMethod
to use.static final OpenSslContextOption
<OpenSslCertificateCompressionConfig> OpenSslContextOption.CERTIFICATE_COMPRESSION_ALGORITHMS
Set theOpenSslCertificateCompressionConfig
to use.static final OpenSslContextOption
<String[]> OpenSslContextOption.GROUPS
Set the groups that should be used.static final OpenSslContextOption
<Integer> OpenSslContextOption.MAX_CERTIFICATE_LIST_BYTES
Set the maximum number of bytes that is allowed during the handshake for certificate chain.static final OpenSslContextOption
<OpenSslPrivateKeyMethod> OpenSslContextOption.PRIVATE_KEY_METHOD
Set theOpenSslPrivateKeyMethod
to use.static final OpenSslContextOption
<Boolean> OpenSslContextOption.TLS_FALSE_START
If enabled TLS false start will be enabled if supported.static final OpenSslContextOption
<Boolean> OpenSslContextOption.USE_TASKS
If enabled heavy-operations may be offloaded from theEventLoop
if possible.