Uses of Class
io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3.Brotli.Builder
Packages that use Brotli.Builder
-
Uses of Brotli.Builder in io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3
Methods in io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3 that return Brotli.BuilderModifier and TypeMethodDescriptionBrotli.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Brotli.Builder.clear()Brotli.Builder.clearChunkSize()Value for compressor's next output buffer.Brotli.Builder.clearDisableLiteralContextModeling()If true, disables "literal context modeling" format feature.Brotli.Builder.clearEncoderMode()A value used to tune encoder for specific input.Brotli.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Brotli.Builder.clearInputBlockBits()Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.Brotli.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Brotli.Builder.clearQuality()Value from 0 to 11 that controls the main compression speed-density lever.Brotli.Builder.clearWindowBits()Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.Brotli.Builder.clone()Brotli.Builder.mergeChunkSize(com.google.protobuf.UInt32Value value) Value for compressor's next output buffer.Brotli.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Brotli.Builder.mergeFrom(com.google.protobuf.Message other) Brotli.Builder.mergeInputBlockBits(com.google.protobuf.UInt32Value value) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.Brotli.Builder.mergeQuality(com.google.protobuf.UInt32Value value) Value from 0 to 11 that controls the main compression speed-density lever.final Brotli.BuilderBrotli.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Brotli.Builder.mergeWindowBits(com.google.protobuf.UInt32Value value) Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.static Brotli.BuilderBrotli.newBuilder()static Brotli.BuilderBrotli.newBuilder(Brotli prototype) Brotli.newBuilderForType()protected Brotli.BuilderBrotli.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Brotli.Builder.setChunkSize(com.google.protobuf.UInt32Value value) Value for compressor's next output buffer.Brotli.Builder.setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue) Value for compressor's next output buffer.Brotli.Builder.setDisableLiteralContextModeling(boolean value) If true, disables "literal context modeling" format feature.Brotli.Builder.setEncoderMode(Brotli.EncoderMode value) A value used to tune encoder for specific input.Brotli.Builder.setEncoderModeValue(int value) A value used to tune encoder for specific input.Brotli.Builder.setInputBlockBits(com.google.protobuf.UInt32Value value) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.Brotli.Builder.setInputBlockBits(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.Brotli.Builder.setQuality(com.google.protobuf.UInt32Value value) Value from 0 to 11 that controls the main compression speed-density lever.Brotli.Builder.setQuality(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 0 to 11 that controls the main compression speed-density lever.Brotli.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Brotli.BuilderBrotli.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Brotli.Builder.setWindowBits(com.google.protobuf.UInt32Value value) Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.Brotli.Builder.setWindowBits(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.Brotli.toBuilder()