Uses of Class
io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.session.dynamic_forward_proxy.v3.FilterConfig.BufferOptions.Builder
Packages that use FilterConfig.BufferOptions.Builder
Package
Description
-
Uses of FilterConfig.BufferOptions.Builder in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.session.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.session.dynamic_forward_proxy.v3 that return FilterConfig.BufferOptions.BuilderModifier and TypeMethodDescriptionFilterConfig.BufferOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterConfig.BufferOptions.Builder.clear()FilterConfig.BufferOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FilterConfig.BufferOptions.Builder.clearMaxBufferedBytes()If set, the filter will only buffer datagrams up to the requested total buffered bytes limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.clearMaxBufferedDatagrams()If set, the filter will only buffer datagrams up to the requested limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FilterConfig.BufferOptions.Builder.clone()FilterConfig.Builder.getBufferOptionsBuilder()If configured, the filter will buffer datagrams in case that it is waiting for a DNS response.FilterConfig.BufferOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterConfig.BufferOptions.Builder.mergeFrom(com.google.protobuf.Message other) FilterConfig.BufferOptions.Builder.mergeFrom(FilterConfig.BufferOptions other) FilterConfig.BufferOptions.Builder.mergeMaxBufferedBytes(com.google.protobuf.UInt64Value value) If set, the filter will only buffer datagrams up to the requested total buffered bytes limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.mergeMaxBufferedDatagrams(com.google.protobuf.UInt32Value value) If set, the filter will only buffer datagrams up to the requested limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterConfig.BufferOptions.newBuilder()FilterConfig.BufferOptions.newBuilder(FilterConfig.BufferOptions prototype) FilterConfig.BufferOptions.newBuilderForType()protected FilterConfig.BufferOptions.BuilderFilterConfig.BufferOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FilterConfig.BufferOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterConfig.BufferOptions.Builder.setMaxBufferedBytes(com.google.protobuf.UInt64Value value) If set, the filter will only buffer datagrams up to the requested total buffered bytes limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.setMaxBufferedBytes(com.google.protobuf.UInt64Value.Builder builderForValue) If set, the filter will only buffer datagrams up to the requested total buffered bytes limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.setMaxBufferedDatagrams(com.google.protobuf.UInt32Value value) If set, the filter will only buffer datagrams up to the requested limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.setMaxBufferedDatagrams(com.google.protobuf.UInt32Value.Builder builderForValue) If set, the filter will only buffer datagrams up to the requested limit, and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time of a new datagram arrival.FilterConfig.BufferOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FilterConfig.BufferOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterConfig.BufferOptions.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.session.dynamic_forward_proxy.v3 with parameters of type FilterConfig.BufferOptions.BuilderModifier and TypeMethodDescriptionFilterConfig.Builder.setBufferOptions(FilterConfig.BufferOptions.Builder builderForValue) If configured, the filter will buffer datagrams in case that it is waiting for a DNS response.