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_METHODSet theOpenSslAsyncPrivateKeyMethodto use.static final OpenSslContextOption<OpenSslCertificateCompressionConfig>OpenSslContextOption.CERTIFICATE_COMPRESSION_ALGORITHMSSet theOpenSslCertificateCompressionConfigto use.static final OpenSslContextOption<Integer>OpenSslContextOption.MAX_CERTIFICATE_LIST_BYTESSet the maximum number of bytes that is allowed during the handshake for certificate chain.static final OpenSslContextOption<OpenSslPrivateKeyMethod>OpenSslContextOption.PRIVATE_KEY_METHODSet theOpenSslPrivateKeyMethodto use.static final OpenSslContextOption<Boolean>OpenSslContextOption.TLS_FALSE_STARTIf enabled TLS false start will be enabled if supported.static final OpenSslContextOption<Boolean>OpenSslContextOption.USE_TASKSIf enabled heavy-operations may be offloaded from theEventLoopif possible.