Uses of Enum
io.netty.handler.codec.compression.BrotliMode
Packages that use BrotliMode
Package
Description
-
Uses of BrotliMode in io.netty.handler.codec.compression
Subclasses with type arguments of type BrotliMode in io.netty.handler.codec.compressionModifier and TypeClassDescriptionenumProvides a way to specify the Brotli compression mode.Methods in io.netty.handler.codec.compression that return BrotliModeModifier and TypeMethodDescriptionstatic BrotliModeReturns the enum constant of this type with the specified name.static BrotliMode[]BrotliMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.compression with parameters of type BrotliModeModifier and TypeMethodDescriptionstatic BrotliOptionsStandardCompressionOptions.brotli(int quality, int window, BrotliMode mode) Create a newBrotliOptions