Uses of Class
io.envoyproxy.envoy.config.filter.http.compressor.v2.Compressor.Builder
Packages that use Compressor.Builder
Package
Description
-
Uses of Compressor.Builder in io.envoyproxy.envoy.config.filter.http.compressor.v2
Methods in io.envoyproxy.envoy.config.filter.http.compressor.v2 that return Compressor.BuilderModifier and TypeMethodDescriptionCompressor.Builder.addAllContentType(Iterable<String> values) Set of strings that allows specifying which mime-types yield compression; e.g., application/json, text/html, etc.Compressor.Builder.addContentType(String value) Set of strings that allows specifying which mime-types yield compression; e.g., application/json, text/html, etc.Compressor.Builder.addContentTypeBytes(com.google.protobuf.ByteString value) Set of strings that allows specifying which mime-types yield compression; e.g., application/json, text/html, etc.Compressor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Compressor.Builder.clear()Compressor.Builder.clearContentLength()Minimum response length, in bytes, which will trigger compression.Compressor.Builder.clearContentType()Set of strings that allows specifying which mime-types yield compression; e.g., application/json, text/html, etc.Compressor.Builder.clearDisableOnEtagHeader()If true, disables compression when the response contains an etag header.Compressor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Compressor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Compressor.Builder.clearRemoveAcceptEncodingHeader()If true, removes accept-encoding from the request headers before dispatching it to the upstream so that responses do not get compressed before reaching the filter. .. attention: To avoid interfering with other compression filters in the same chain use this option in the filter closest to the upstream.Compressor.Builder.clearRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.Compressor.Builder.clone()Compressor.Builder.mergeContentLength(com.google.protobuf.UInt32Value value) Minimum response length, in bytes, which will trigger compression.Compressor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Compressor.Builder.mergeFrom(com.google.protobuf.Message other) Compressor.Builder.mergeFrom(Compressor other) Compressor.Builder.mergeRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.final Compressor.BuilderCompressor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Compressor.BuilderCompressor.newBuilder()static Compressor.BuilderCompressor.newBuilder(Compressor prototype) Compressor.newBuilderForType()protected Compressor.BuilderCompressor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Compressor.Builder.setContentLength(com.google.protobuf.UInt32Value value) Minimum response length, in bytes, which will trigger compression.Compressor.Builder.setContentLength(com.google.protobuf.UInt32Value.Builder builderForValue) Minimum response length, in bytes, which will trigger compression.Compressor.Builder.setContentType(int index, String value) Set of strings that allows specifying which mime-types yield compression; e.g., application/json, text/html, etc.Compressor.Builder.setDisableOnEtagHeader(boolean value) If true, disables compression when the response contains an etag header.Compressor.Builder.setRemoveAcceptEncodingHeader(boolean value) If true, removes accept-encoding from the request headers before dispatching it to the upstream so that responses do not get compressed before reaching the filter. .. attention: To avoid interfering with other compression filters in the same chain use this option in the filter closest to the upstream.Compressor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Compressor.Builder.setRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.Compressor.Builder.setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue) Runtime flag that controls whether the filter is enabled or not.final Compressor.BuilderCompressor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Compressor.toBuilder() -
Uses of Compressor.Builder in io.envoyproxy.envoy.config.filter.http.gzip.v2
Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 that return Compressor.BuilderModifier and TypeMethodDescriptionGzip.Builder.getCompressorBuilder()Set of configuration parameters common for all compression filters.Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 with parameters of type Compressor.BuilderModifier and TypeMethodDescriptionGzip.Builder.setCompressor(Compressor.Builder builderForValue) Set of configuration parameters common for all compression filters.