Uses of Class
io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3.Gzip.CompressionStrategy
-
Packages that use Gzip.CompressionStrategy Package Description io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 -
-
Uses of Gzip.CompressionStrategy in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3
Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 that return Gzip.CompressionStrategy Modifier and Type Method Description static Gzip.CompressionStrategyGzip.CompressionStrategy. forNumber(int value)Gzip.CompressionStrategyGzip.Builder. getCompressionStrategy()A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.Gzip.CompressionStrategyGzip. getCompressionStrategy()A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.Gzip.CompressionStrategyGzipOrBuilder. getCompressionStrategy()A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.static Gzip.CompressionStrategyGzip.CompressionStrategy. valueOf(int value)Deprecated.static Gzip.CompressionStrategyGzip.CompressionStrategy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Gzip.CompressionStrategyGzip.CompressionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Gzip.CompressionStrategy[]Gzip.CompressionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 that return types with arguments of type Gzip.CompressionStrategy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionStrategy>Gzip.CompressionStrategy. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 with parameters of type Gzip.CompressionStrategy Modifier and Type Method Description Gzip.BuilderGzip.Builder. setCompressionStrategy(Gzip.CompressionStrategy value)A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.
-