Uses of Class
io.netty.handler.codec.compression.BrotliMode
-
Packages that use BrotliMode Package Description io.netty.handler.codec.compression -
-
Uses of BrotliMode in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that return BrotliMode Modifier and Type Method Description static BrotliMode
BrotliMode. valueOf(java.lang.String name)
Returns 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 BrotliMode Modifier and Type Method Description static BrotliOptions
StandardCompressionOptions. brotli(int quality, int window, BrotliMode mode)
Create a newBrotliOptions
-