Uses of Enum
io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
Packages that use OpenSslCertificateCompressionConfig.AlgorithmMode
-
Uses of OpenSslCertificateCompressionConfig.AlgorithmMode in io.netty.handler.ssl
Subclasses with type arguments of type OpenSslCertificateCompressionConfig.AlgorithmMode in io.netty.handler.sslModifier and TypeClassDescriptionstatic enumThe usage mode of theOpenSslCertificateCompressionAlgorithm.Methods in io.netty.handler.ssl that return OpenSslCertificateCompressionConfig.AlgorithmModeModifier and TypeMethodDescriptionOpenSslCertificateCompressionConfig.AlgorithmConfig.mode()Returns the enum constant of this type with the specified name.OpenSslCertificateCompressionConfig.AlgorithmMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.ssl with parameters of type OpenSslCertificateCompressionConfig.AlgorithmModeModifier and TypeMethodDescriptionOpenSslCertificateCompressionConfig.Builder.addAlgorithm(OpenSslCertificateCompressionAlgorithm algorithm, OpenSslCertificateCompressionConfig.AlgorithmMode mode) Adds a certificate compression algorithm.