Uses of Class
io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode
-
Packages that use Brotli.EncoderMode Package Description io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3 -
-
Uses of Brotli.EncoderMode in io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3
Methods in io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3 that return Brotli.EncoderMode Modifier and Type Method Description static Brotli.EncoderModeBrotli.EncoderMode. forNumber(int value)Brotli.EncoderModeBrotli.Builder. getEncoderMode()A value used to tune encoder for specific input.Brotli.EncoderModeBrotli. getEncoderMode()A value used to tune encoder for specific input.Brotli.EncoderModeBrotliOrBuilder. getEncoderMode()A value used to tune encoder for specific input.static Brotli.EncoderModeBrotli.EncoderMode. valueOf(int value)Deprecated.static Brotli.EncoderModeBrotli.EncoderMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Brotli.EncoderModeBrotli.EncoderMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Brotli.EncoderMode[]Brotli.EncoderMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3 that return types with arguments of type Brotli.EncoderMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Brotli.EncoderMode>Brotli.EncoderMode. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3 with parameters of type Brotli.EncoderMode Modifier and Type Method Description Brotli.BuilderBrotli.Builder. setEncoderMode(Brotli.EncoderMode value)A value used to tune encoder for specific input.
-