Package | Description |
---|---|
io.netty.handler.ssl |
Modifier and Type | Method and Description |
---|---|
OpenSslCertificateCompressionConfig.AlgorithmMode |
OpenSslCertificateCompressionConfig.AlgorithmConfig.mode()
|
static OpenSslCertificateCompressionConfig.AlgorithmMode |
OpenSslCertificateCompressionConfig.AlgorithmMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSslCertificateCompressionConfig.AlgorithmMode[] |
OpenSslCertificateCompressionConfig.AlgorithmMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpenSslCertificateCompressionConfig.Builder |
OpenSslCertificateCompressionConfig.Builder.addAlgorithm(OpenSslCertificateCompressionAlgorithm algorithm,
OpenSslCertificateCompressionConfig.AlgorithmMode mode)
Adds a certificate compression algorithm.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.