Uses of Enum
io.envoyproxy.envoy.config.filter.http.gzip.v2.Gzip.CompressionStrategy
Packages that use Gzip.CompressionStrategy
-
Uses of Gzip.CompressionStrategy in io.envoyproxy.envoy.config.filter.http.gzip.v2
Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 that return Gzip.CompressionStrategyModifier and TypeMethodDescriptionstatic Gzip.CompressionStrategyGzip.CompressionStrategy.forNumber(int value) Gzip.Builder.getCompressionStrategy()A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.Gzip.getCompressionStrategy()A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.GzipOrBuilder.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.CompressionStrategyReturns 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.config.filter.http.gzip.v2 that return types with arguments of type Gzip.CompressionStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionStrategy>Gzip.CompressionStrategy.internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 with parameters of type Gzip.CompressionStrategyModifier and TypeMethodDescriptionGzip.Builder.setCompressionStrategy(Gzip.CompressionStrategy value) A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.