Uses of Class
io.envoyproxy.envoy.extensions.filters.http.dynamic_forward_proxy.v3.FilterConfig.Builder
Packages that use FilterConfig.Builder
-
Uses of FilterConfig.Builder in io.envoyproxy.envoy.extensions.filters.http.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.dynamic_forward_proxy.v3 that return FilterConfig.BuilderModifier and TypeMethodDescriptionFilterConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterConfig.Builder.clear()FilterConfig.Builder.clearAllowDynamicHostFromFilterState()When this flag is set, the filter will check for the ``envoy.upstream.dynamic_host`` and/or ``envoy.upstream.dynamic_port`` filter state values before using the HTTP Host header for DNS resolution.FilterConfig.Builder.clearDnsCacheConfig()The DNS cache configuration that the filter will attach to.FilterConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FilterConfig.Builder.clearImplementationSpecifier()FilterConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FilterConfig.Builder.clearSaveUpstreamAddress()When this flag is set, the filter will add the resolved upstream address in the filter state.FilterConfig.Builder.clearSubClusterConfig()The configuration that the filter will use, when the related dynamic forward proxy cluster enabled sub clusters.FilterConfig.Builder.clone()FilterConfig.Builder.mergeDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the filter will attach to.FilterConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterConfig.Builder.mergeFrom(com.google.protobuf.Message other) FilterConfig.Builder.mergeFrom(FilterConfig other) FilterConfig.Builder.mergeSubClusterConfig(SubClusterConfig value) The configuration that the filter will use, when the related dynamic forward proxy cluster enabled sub clusters.final FilterConfig.BuilderFilterConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FilterConfig.BuilderFilterConfig.newBuilder()static FilterConfig.BuilderFilterConfig.newBuilder(FilterConfig prototype) FilterConfig.newBuilderForType()protected FilterConfig.BuilderFilterConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FilterConfig.Builder.setAllowDynamicHostFromFilterState(boolean value) When this flag is set, the filter will check for the ``envoy.upstream.dynamic_host`` and/or ``envoy.upstream.dynamic_port`` filter state values before using the HTTP Host header for DNS resolution.FilterConfig.Builder.setDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the filter will attach to.FilterConfig.Builder.setDnsCacheConfig(DnsCacheConfig.Builder builderForValue) The DNS cache configuration that the filter will attach to.FilterConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FilterConfig.Builder.setSaveUpstreamAddress(boolean value) When this flag is set, the filter will add the resolved upstream address in the filter state.FilterConfig.Builder.setSubClusterConfig(SubClusterConfig value) The configuration that the filter will use, when the related dynamic forward proxy cluster enabled sub clusters.FilterConfig.Builder.setSubClusterConfig(SubClusterConfig.Builder builderForValue) The configuration that the filter will use, when the related dynamic forward proxy cluster enabled sub clusters.final FilterConfig.BuilderFilterConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterConfig.toBuilder()