Uses of Enum
io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode
Packages that use Brotli.EncoderMode
-
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.EncoderModeModifier and TypeMethodDescriptionstatic Brotli.EncoderModeBrotli.EncoderMode.forNumber(int value) Brotli.Builder.getEncoderMode()A value used to tune encoder for specific input.Brotli.getEncoderMode()A value used to tune encoder for specific input.BrotliOrBuilder.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.EncoderModeReturns 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.EncoderModeModifier and TypeMethodDescriptionstatic 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.EncoderModeModifier and TypeMethodDescriptionBrotli.Builder.setEncoderMode(Brotli.EncoderMode value) A value used to tune encoder for specific input.