Uses of Class
io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3.BufferBehavior
Packages that use BufferBehavior
-
Uses of BufferBehavior 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 BufferBehaviorModifier and TypeMethodDescriptionBufferBehavior.Builder.build()BufferBehavior.Builder.buildPartial()StreamConfig.Builder.getBehavior()Whether to bypass / stream / fully buffer / etc.StreamConfig.getBehavior()Whether to bypass / stream / fully buffer / etc.StreamConfigOrBuilder.getBehavior()Whether to bypass / stream / fully buffer / etc.static BufferBehaviorBufferBehavior.getDefaultInstance()BufferBehavior.Builder.getDefaultInstanceForType()BufferBehavior.getDefaultInstanceForType()static BufferBehaviorBufferBehavior.parseDelimitedFrom(InputStream input) static BufferBehaviorBufferBehavior.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehaviorBufferBehavior.parseFrom(byte[] data) static BufferBehaviorBufferBehavior.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehaviorBufferBehavior.parseFrom(com.google.protobuf.ByteString data) static BufferBehaviorBufferBehavior.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehaviorBufferBehavior.parseFrom(com.google.protobuf.CodedInputStream input) static BufferBehaviorBufferBehavior.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehaviorBufferBehavior.parseFrom(InputStream input) static BufferBehaviorBufferBehavior.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferBehaviorBufferBehavior.parseFrom(ByteBuffer data) static BufferBehaviorBufferBehavior.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 BufferBehaviorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BufferBehavior>BufferBehavior.getParserForType()static com.google.protobuf.Parser<BufferBehavior>BufferBehavior.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.file_system_buffer.v3 with parameters of type BufferBehaviorModifier and TypeMethodDescriptionStreamConfig.Builder.mergeBehavior(BufferBehavior value) Whether to bypass / stream / fully buffer / etc.BufferBehavior.Builder.mergeFrom(BufferBehavior other) static BufferBehavior.BuilderBufferBehavior.newBuilder(BufferBehavior prototype) StreamConfig.Builder.setBehavior(BufferBehavior value) Whether to bypass / stream / fully buffer / etc.