Uses of Class
io.envoyproxy.envoy.config.filter.http.gzip.v2.Gzip.Builder
Packages that use Gzip.Builder
-
Uses of Gzip.Builder in io.envoyproxy.envoy.config.filter.http.gzip.v2
Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 that return Gzip.BuilderModifier and TypeMethodDescriptionGzip.Builder.addAllContentType(Iterable<String> values) Deprecated.envoy.config.filter.http.gzip.v2.Gzip.content_type is deprecated.Gzip.Builder.addContentType(String value) Deprecated.envoy.config.filter.http.gzip.v2.Gzip.content_type is deprecated.Gzip.Builder.addContentTypeBytes(com.google.protobuf.ByteString value) Deprecated.envoy.config.filter.http.gzip.v2.Gzip.content_type is deprecated.Gzip.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Gzip.Builder.clear()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.clearContentLength()Deprecated.Gzip.Builder.clearContentType()Deprecated.envoy.config.filter.http.gzip.v2.Gzip.content_type is deprecated.Gzip.Builder.clearDisableOnEtagHeader()Deprecated.envoy.config.filter.http.gzip.v2.Gzip.disable_on_etag_header is deprecated.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.clearRemoveAcceptEncodingHeader()Deprecated.envoy.config.filter.http.gzip.v2.Gzip.remove_accept_encoding_header is deprecated.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.mergeCompressor(Compressor value) Set of configuration parameters common for all compression filters.Gzip.Builder.mergeContentLength(com.google.protobuf.UInt32Value value) Deprecated.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.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.setContentLength(com.google.protobuf.UInt32Value value) Deprecated.Gzip.Builder.setContentLength(com.google.protobuf.UInt32Value.Builder builderForValue) Deprecated.Gzip.Builder.setContentType(int index, String value) Deprecated.envoy.config.filter.http.gzip.v2.Gzip.content_type is deprecated.Gzip.Builder.setDisableOnEtagHeader(boolean value) Deprecated.envoy.config.filter.http.gzip.v2.Gzip.disable_on_etag_header is deprecated.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.setRemoveAcceptEncodingHeader(boolean value) Deprecated.envoy.config.filter.http.gzip.v2.Gzip.remove_accept_encoding_header is deprecated.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()