Uses of Class
io.envoyproxy.envoy.config.listener.v3.FilterChain
Packages that use FilterChain
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of FilterChain in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as FilterChainModifier and TypeFieldDescriptionprivate static final FilterChain
FilterChain.DEFAULT_INSTANCE
private FilterChain
Listener.Builder.defaultFilterChain_
private FilterChain
Listener.defaultFilterChain_
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type FilterChainModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FilterChain, FilterChain.Builder, FilterChainOrBuilder> Listener.Builder.defaultFilterChainBuilder_
private List
<FilterChain> Listener.Builder.filterChains_
private List
<FilterChain> Listener.filterChains_
private com.google.protobuf.RepeatedFieldBuilder
<FilterChain, FilterChain.Builder, FilterChainOrBuilder> Listener.Builder.filterChainsBuilder_
private static final com.google.protobuf.Parser
<FilterChain> FilterChain.PARSER
Methods in io.envoyproxy.envoy.config.listener.v3 that return FilterChainModifier and TypeMethodDescriptionFilterChain.Builder.build()
FilterChain.Builder.buildPartial()
Listener.Builder.getDefaultFilterChain()
The default filter chain if none of the filter chain matches.Listener.getDefaultFilterChain()
The default filter chain if none of the filter chain matches.ListenerOrBuilder.getDefaultFilterChain()
The default filter chain if none of the filter chain matches.static FilterChain
FilterChain.getDefaultInstance()
FilterChain.Builder.getDefaultInstanceForType()
FilterChain.getDefaultInstanceForType()
Listener.Builder.getFilterChains
(int index) A list of filter chains to consider for this listener.Listener.getFilterChains
(int index) A list of filter chains to consider for this listener.ListenerOrBuilder.getFilterChains
(int index) A list of filter chains to consider for this listener.static FilterChain
FilterChain.parseDelimitedFrom
(InputStream input) static FilterChain
FilterChain.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChain
FilterChain.parseFrom
(byte[] data) static FilterChain
FilterChain.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChain
FilterChain.parseFrom
(com.google.protobuf.ByteString data) static FilterChain
FilterChain.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChain
FilterChain.parseFrom
(com.google.protobuf.CodedInputStream input) static FilterChain
FilterChain.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChain
FilterChain.parseFrom
(InputStream input) static FilterChain
FilterChain.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterChain
FilterChain.parseFrom
(ByteBuffer data) static FilterChain
FilterChain.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type FilterChainModifier and TypeMethodDescriptionListener.Builder.getFilterChainsList()
A list of filter chains to consider for this listener.Listener.getFilterChainsList()
A list of filter chains to consider for this listener.ListenerOrBuilder.getFilterChainsList()
A list of filter chains to consider for this listener.com.google.protobuf.Parser
<FilterChain> FilterChain.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<FilterChain, FilterChain.Builder, FilterChainOrBuilder> Listener.Builder.internalGetDefaultFilterChainFieldBuilder()
The default filter chain if none of the filter chain matches.private com.google.protobuf.RepeatedFieldBuilder
<FilterChain, FilterChain.Builder, FilterChainOrBuilder> Listener.Builder.internalGetFilterChainsFieldBuilder()
static com.google.protobuf.Parser
<FilterChain> FilterChain.parser()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type FilterChainModifier and TypeMethodDescriptionListener.Builder.addFilterChains
(int index, FilterChain value) A list of filter chains to consider for this listener.Listener.Builder.addFilterChains
(FilterChain value) A list of filter chains to consider for this listener.private void
FilterChain.Builder.buildPartial0
(FilterChain result) private void
FilterChain.Builder.buildPartialRepeatedFields
(FilterChain result) Listener.Builder.mergeDefaultFilterChain
(FilterChain value) The default filter chain if none of the filter chain matches.FilterChain.Builder.mergeFrom
(FilterChain other) static FilterChain.Builder
FilterChain.newBuilder
(FilterChain prototype) Listener.Builder.setDefaultFilterChain
(FilterChain value) The default filter chain if none of the filter chain matches.Listener.Builder.setFilterChains
(int index, FilterChain value) A list of filter chains to consider for this listener.Method parameters in io.envoyproxy.envoy.config.listener.v3 with type arguments of type FilterChainModifier and TypeMethodDescriptionListener.Builder.addAllFilterChains
(Iterable<? extends FilterChain> values) A list of filter chains to consider for this listener. -
Uses of FilterChain in io.grpc.xds
Methods in io.grpc.xds with parameters of type FilterChainModifier and TypeMethodDescription(package private) static EnvoyServerProtoData.FilterChain
XdsListenerResource.parseFilterChain
(FilterChain proto, TlsContextManager tlsContextManager, FilterRegistry filterRegistry, Set<EnvoyServerProtoData.FilterChainMatch> uniqueSet, Set<String> certProviderInstances)