Uses of Class
io.envoyproxy.envoy.config.listener.v3.ListenerFilter.Builder
Packages that use ListenerFilter.Builder
-
Uses of ListenerFilter.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type ListenerFilter.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<ListenerFilter, ListenerFilter.Builder, ListenerFilterOrBuilder> Listener.Builder.listenerFiltersBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 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.ListenerFilter.Builder.clear()
ListenerFilter.Builder.clearConfigDiscovery()
Configuration source specifier for an extension configuration discovery service.ListenerFilter.Builder.clearConfigType()
ListenerFilter.Builder.clearFilterDisabled()
Optional match predicate used to disable the filter.ListenerFilter.Builder.clearName()
The name of the filter configuration.ListenerFilter.Builder.clearTypedConfig()
Filter specific configuration which depends on the filter being instantiated.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.ListenerFilter.Builder.mergeConfigDiscovery
(ExtensionConfigSource value) Configuration source specifier for an extension configuration discovery service.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) Filter specific configuration which depends on the filter being instantiated.static ListenerFilter.Builder
ListenerFilter.newBuilder()
static ListenerFilter.Builder
ListenerFilter.newBuilder
(ListenerFilter prototype) ListenerFilter.newBuilderForType()
protected ListenerFilter.Builder
ListenerFilter.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ListenerFilter.Builder.setConfigDiscovery
(ExtensionConfigSource value) Configuration source specifier for an extension configuration discovery service.ListenerFilter.Builder.setConfigDiscovery
(ExtensionConfigSource.Builder builderForValue) Configuration source specifier for an extension configuration discovery service.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 configuration.ListenerFilter.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name of the filter configuration.ListenerFilter.Builder.setTypedConfig
(com.google.protobuf.Any value) Filter specific configuration which depends on the filter being instantiated.ListenerFilter.Builder.setTypedConfig
(com.google.protobuf.Any.Builder builderForValue) Filter specific configuration which depends on the filter being instantiated.ListenerFilter.toBuilder()
Methods in io.envoyproxy.envoy.config.listener.v3 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.private com.google.protobuf.RepeatedFieldBuilder
<ListenerFilter, ListenerFilter.Builder, ListenerFilterOrBuilder> Listener.Builder.internalGetListenerFiltersFieldBuilder()
Methods in io.envoyproxy.envoy.config.listener.v3 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.