Uses of Class
io.envoyproxy.envoy.extensions.filters.http.gzip.v3.Gzip.Builder
Packages that use Gzip.Builder
-
Uses of Gzip.Builder in io.envoyproxy.envoy.extensions.filters.http.gzip.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.gzip.v3 that return Gzip.BuilderModifier and TypeMethodDescriptionGzip.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Gzip.Builder.clear()Gzip.Builder.clearChunkSize()Value for Zlib's next output buffer.Gzip.Builder.clearCompressionLevel()A value used for selecting the zlib compression level.Gzip.Builder.clearCompressionStrategy()A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.Gzip.Builder.clearCompressor()Set of configuration parameters common for all compression filters.Gzip.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Gzip.Builder.clearMemoryLevel()Value from 1 to 9 that controls the amount of internal memory used by zlib.Gzip.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Gzip.Builder.clearWindowBits()Value from 9 to 15 that represents the base two logarithmic of the compressor's window size.Gzip.Builder.clone()Gzip.Builder.mergeChunkSize(com.google.protobuf.UInt32Value value) Value for Zlib's next output buffer.Gzip.Builder.mergeCompressor(Compressor value) Set of configuration parameters common for all compression filters.Gzip.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Gzip.Builder.mergeFrom(com.google.protobuf.Message other) Gzip.Builder.mergeMemoryLevel(com.google.protobuf.UInt32Value value) Value from 1 to 9 that controls the amount of internal memory used by zlib.final Gzip.BuilderGzip.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Gzip.Builder.mergeWindowBits(com.google.protobuf.UInt32Value value) Value from 9 to 15 that represents the base two logarithmic of the compressor's window size.static Gzip.BuilderGzip.newBuilder()static Gzip.BuilderGzip.newBuilder(Gzip prototype) Gzip.newBuilderForType()protected Gzip.BuilderGzip.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Gzip.Builder.setChunkSize(com.google.protobuf.UInt32Value value) Value for Zlib's next output buffer.Gzip.Builder.setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue) Value for Zlib's next output buffer.Gzip.Builder.setCompressionLevel(Gzip.CompressionLevel.Enum value) A value used for selecting the zlib compression level.Gzip.Builder.setCompressionLevelValue(int value) A value used for selecting the zlib compression level.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.Gzip.Builder.setCompressionStrategyValue(int value) A value used for selecting the zlib compression strategy which is directly related to the characteristics of the content.Gzip.Builder.setCompressor(Compressor value) Set of configuration parameters common for all compression filters.Gzip.Builder.setCompressor(Compressor.Builder builderForValue) Set of configuration parameters common for all compression filters.Gzip.Builder.setMemoryLevel(com.google.protobuf.UInt32Value value) Value from 1 to 9 that controls the amount of internal memory used by zlib.Gzip.Builder.setMemoryLevel(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 1 to 9 that controls the amount of internal memory used by zlib.Gzip.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Gzip.BuilderGzip.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Gzip.Builder.setWindowBits(com.google.protobuf.UInt32Value value) Value from 9 to 15 that represents the base two logarithmic of the compressor's window size.Gzip.Builder.setWindowBits(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 9 to 15 that represents the base two logarithmic of the compressor's window size.Gzip.toBuilder()