| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 |
| Modifier and Type | Method and Description |
|---|---|
static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.forNumber(int value) |
Gzip.CompressionStrategy |
Gzip.getCompressionStrategy()
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
Gzip.CompressionStrategy |
Gzip.Builder.getCompressionStrategy()
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
Gzip.CompressionStrategy |
GzipOrBuilder.getCompressionStrategy()
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Gzip.CompressionStrategy |
Gzip.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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionStrategy> |
Gzip.CompressionStrategy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Gzip.Builder |
Gzip.Builder.setCompressionStrategy(Gzip.CompressionStrategy value)
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.