Uses of Class
io.envoyproxy.envoy.extensions.compression.gzip.decompressor.v3.Gzip.Builder
Packages that use Gzip.Builder
-
Uses of Gzip.Builder in io.envoyproxy.envoy.extensions.compression.gzip.decompressor.v3
Methods in io.envoyproxy.envoy.extensions.compression.gzip.decompressor.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 decompressor output buffer.Gzip.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Gzip.Builder.clearMaxInflateRatio()An upper bound to the number of times the output buffer is allowed to be bigger than the size of the accumulated input.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 decompressor's window size.Gzip.Builder.clone()Gzip.Builder.mergeChunkSize(com.google.protobuf.UInt32Value value) Value for zlib's decompressor output buffer.Gzip.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Gzip.Builder.mergeFrom(com.google.protobuf.Message other) Gzip.Builder.mergeMaxInflateRatio(com.google.protobuf.UInt32Value value) An upper bound to the number of times the output buffer is allowed to be bigger than the size of the accumulated input.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 decompressor'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 decompressor output buffer.Gzip.Builder.setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue) Value for zlib's decompressor output buffer.Gzip.Builder.setMaxInflateRatio(com.google.protobuf.UInt32Value value) An upper bound to the number of times the output buffer is allowed to be bigger than the size of the accumulated input.Gzip.Builder.setMaxInflateRatio(com.google.protobuf.UInt32Value.Builder builderForValue) An upper bound to the number of times the output buffer is allowed to be bigger than the size of the accumulated input.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 decompressor'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 decompressor's window size.Gzip.toBuilder()