Uses of Class
io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3.BufferBehavior.FullyBuffer
Packages that use BufferBehavior.FullyBuffer
-
Uses of BufferBehavior.FullyBuffer in io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3 that return BufferBehavior.FullyBufferModifier and TypeMethodDescriptionBufferBehavior.FullyBuffer.Builder.build()BufferBehavior.FullyBuffer.Builder.buildPartial()static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.getDefaultInstance()BufferBehavior.FullyBuffer.Builder.getDefaultInstanceForType()BufferBehavior.FullyBuffer.getDefaultInstanceForType()BufferBehavior.Builder.getFullyBuffer()Always buffer the entire input, do not modify ``content-length``.BufferBehavior.getFullyBuffer()Always buffer the entire input, do not modify ``content-length``.BufferBehaviorOrBuilder.getFullyBuffer()Always buffer the entire input, do not modify ``content-length``.static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseDelimitedFrom(InputStream input) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(byte[] data) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(com.google.protobuf.ByteString data) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(com.google.protobuf.CodedInputStream input) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(InputStream input) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(ByteBuffer data) static BufferBehavior.FullyBufferBufferBehavior.FullyBuffer.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3 that return types with arguments of type BufferBehavior.FullyBufferModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BufferBehavior.FullyBuffer>BufferBehavior.FullyBuffer.getParserForType()static com.google.protobuf.Parser<BufferBehavior.FullyBuffer>BufferBehavior.FullyBuffer.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3 with parameters of type BufferBehavior.FullyBufferModifier and TypeMethodDescriptionBufferBehavior.FullyBuffer.Builder.mergeFrom(BufferBehavior.FullyBuffer other) BufferBehavior.Builder.mergeFullyBuffer(BufferBehavior.FullyBuffer value) Always buffer the entire input, do not modify ``content-length``.BufferBehavior.FullyBuffer.newBuilder(BufferBehavior.FullyBuffer prototype) BufferBehavior.Builder.setFullyBuffer(BufferBehavior.FullyBuffer value) Always buffer the entire input, do not modify ``content-length``.