Uses of Class
io.envoyproxy.envoy.api.v2.listener.ListenerFilter.Builder
Packages that use ListenerFilter.Builder
-
Uses of ListenerFilter.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return ListenerFilter.BuilderModifier and TypeMethodDescriptionListener.Builder.addListenerFiltersBuilder()Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.Listener.Builder.addListenerFiltersBuilder(int index) Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.Listener.Builder.getListenerFiltersBuilder(int index) Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type ListenerFilter.BuilderModifier and TypeMethodDescriptionListener.Builder.getListenerFiltersBuilderList()Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.Methods in io.envoyproxy.envoy.api.v2 with parameters of type ListenerFilter.BuilderModifier and TypeMethodDescriptionListener.Builder.addListenerFilters(int index, ListenerFilter.Builder builderForValue) Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.Listener.Builder.addListenerFilters(ListenerFilter.Builder builderForValue) Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.Listener.Builder.setListenerFilters(int index, ListenerFilter.Builder builderForValue) Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example. -
Uses of ListenerFilter.Builder in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return ListenerFilter.BuilderModifier and TypeMethodDescriptionListenerFilter.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListenerFilter.Builder.clear()ListenerFilter.Builder.clearConfig()Deprecated.ListenerFilter.Builder.clearConfigType()ListenerFilter.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ListenerFilter.Builder.clearFilterDisabled()Optional match predicate used to disable the filter.ListenerFilter.Builder.clearName()The name of the filter to instantiate.ListenerFilter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ListenerFilter.Builder.clearTypedConfig().google.protobuf.Any typed_config = 3;ListenerFilter.Builder.clone()ListenerFilter.Builder.mergeConfig(com.google.protobuf.Struct value) Deprecated.ListenerFilter.Builder.mergeFilterDisabled(ListenerFilterChainMatchPredicate value) Optional match predicate used to disable the filter.ListenerFilter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListenerFilter.Builder.mergeFrom(com.google.protobuf.Message other) ListenerFilter.Builder.mergeFrom(ListenerFilter other) ListenerFilter.Builder.mergeTypedConfig(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 3;final ListenerFilter.BuilderListenerFilter.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ListenerFilter.BuilderListenerFilter.newBuilder()static ListenerFilter.BuilderListenerFilter.newBuilder(ListenerFilter prototype) ListenerFilter.newBuilderForType()protected ListenerFilter.BuilderListenerFilter.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ListenerFilter.Builder.setConfig(com.google.protobuf.Struct value) Deprecated.ListenerFilter.Builder.setConfig(com.google.protobuf.Struct.Builder builderForValue) Deprecated.ListenerFilter.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListenerFilter.Builder.setFilterDisabled(ListenerFilterChainMatchPredicate value) Optional match predicate used to disable the filter.ListenerFilter.Builder.setFilterDisabled(ListenerFilterChainMatchPredicate.Builder builderForValue) Optional match predicate used to disable the filter.The name of the filter to instantiate.ListenerFilter.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the filter to instantiate.ListenerFilter.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ListenerFilter.Builder.setTypedConfig(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 3;ListenerFilter.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) .google.protobuf.Any typed_config = 3;final ListenerFilter.BuilderListenerFilter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ListenerFilter.toBuilder()