Uses of Class
io.envoyproxy.envoy.extensions.filters.http.buffer.v3.Buffer.Builder
Packages that use Buffer.Builder
-
Uses of Buffer.Builder in io.envoyproxy.envoy.extensions.filters.http.buffer.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.buffer.v3 that return Buffer.BuilderModifier and TypeMethodDescriptionBuffer.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Buffer.Builder.clear()Buffer.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Buffer.Builder.clearMaxRequestBytes()The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.Buffer.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Buffer.Builder.clone()BufferPerRoute.Builder.getBufferBuilder()Override the global configuration of the filter with this new config.Buffer.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Buffer.Builder.mergeFrom(com.google.protobuf.Message other) Buffer.Builder.mergeMaxRequestBytes(com.google.protobuf.UInt32Value value) The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.final Buffer.BuilderBuffer.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Buffer.BuilderBuffer.newBuilder()static Buffer.BuilderBuffer.newBuilder(Buffer prototype) Buffer.newBuilderForType()protected Buffer.BuilderBuffer.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Buffer.Builder.setMaxRequestBytes(com.google.protobuf.UInt32Value value) The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.Buffer.Builder.setMaxRequestBytes(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.Buffer.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Buffer.BuilderBuffer.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Buffer.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.buffer.v3 with parameters of type Buffer.BuilderModifier and TypeMethodDescriptionBufferPerRoute.Builder.setBuffer(Buffer.Builder builderForValue) Override the global configuration of the filter with this new config.