Uses of Class
io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3.Gzip.CompressionLevel
-
Packages that use Gzip.CompressionLevel Package Description io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 -
-
Uses of Gzip.CompressionLevel in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3
Fields in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 declared as Gzip.CompressionLevel Modifier and Type Field Description static Gzip.CompressionLevelGzip.CompressionLevel. BEST_COMPRESSIONBEST_COMPRESSION = 9;static Gzip.CompressionLevelGzip.CompressionLevel. COMPRESSION_LEVEL_1COMPRESSION_LEVEL_1 = 1;Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 that return Gzip.CompressionLevel Modifier and Type Method Description static Gzip.CompressionLevelGzip.CompressionLevel. forNumber(int value)Gzip.CompressionLevelGzip.Builder. getCompressionLevel()A value used for selecting the zlib compression level.Gzip.CompressionLevelGzip. getCompressionLevel()A value used for selecting the zlib compression level.Gzip.CompressionLevelGzipOrBuilder. getCompressionLevel()A value used for selecting the zlib compression level.static Gzip.CompressionLevelGzip.CompressionLevel. valueOf(int value)Deprecated.static Gzip.CompressionLevelGzip.CompressionLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Gzip.CompressionLevelGzip.CompressionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Gzip.CompressionLevel[]Gzip.CompressionLevel. 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.CompressionLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionLevel>Gzip.CompressionLevel. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 with parameters of type Gzip.CompressionLevel Modifier and Type Method Description Gzip.BuilderGzip.Builder. setCompressionLevel(Gzip.CompressionLevel value)A value used for selecting the zlib compression level.
-