Uses of Class
io.envoyproxy.envoy.config.listener.v3.Filter.Builder
Packages that use Filter.Builder
-
Uses of Filter.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Filter.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Filter, Filter.Builder, FilterOrBuilder> FilterChain.Builder.filtersBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return Filter.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.addFiltersBuilder()
A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFiltersBuilder
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.Filter.Builder.clear()
Filter.Builder.clearConfigDiscovery()
Configuration source specifier for an extension configuration discovery service.Filter.Builder.clearConfigType()
Filter.Builder.clearName()
The name of the filter configuration.Filter.Builder.clearTypedConfig()
Filter specific configuration which depends on the filter being instantiated.FilterChain.Builder.getFiltersBuilder
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.Filter.Builder.mergeConfigDiscovery
(ExtensionConfigSource value) Configuration source specifier for an extension configuration discovery service.Filter.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Filter.Builder.mergeFrom
(com.google.protobuf.Message other) Filter.Builder.mergeTypedConfig
(com.google.protobuf.Any value) Filter specific configuration which depends on the filter being instantiated.static Filter.Builder
Filter.newBuilder()
static Filter.Builder
Filter.newBuilder
(Filter prototype) Filter.newBuilderForType()
protected Filter.Builder
Filter.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Filter.Builder.setConfigDiscovery
(ExtensionConfigSource value) Configuration source specifier for an extension configuration discovery service.Filter.Builder.setConfigDiscovery
(ExtensionConfigSource.Builder builderForValue) Configuration source specifier for an extension configuration discovery service.The name of the filter configuration.Filter.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name of the filter configuration.Filter.Builder.setTypedConfig
(com.google.protobuf.Any value) Filter specific configuration which depends on the filter being instantiated.Filter.Builder.setTypedConfig
(com.google.protobuf.Any.Builder builderForValue) Filter specific configuration which depends on the filter being instantiated.Filter.toBuilder()
Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Filter.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.getFiltersBuilderList()
A list of individual network filters that make up the filter chain for connections established with the listener.private com.google.protobuf.RepeatedFieldBuilder
<Filter, Filter.Builder, FilterOrBuilder> FilterChain.Builder.internalGetFiltersFieldBuilder()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Filter.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.addFilters
(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFilters
(Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.setFilters
(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.