Uses of Interface
io.envoyproxy.envoy.config.listener.v3.FilterChainOrBuilder
-
Packages that use FilterChainOrBuilder Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of FilterChainOrBuilder in io.envoyproxy.envoy.config.listener.v3
Classes in io.envoyproxy.envoy.config.listener.v3 that implement FilterChainOrBuilder Modifier and Type Class Description class
FilterChain
A filter chain wraps a set of match criteria, an option TLS context, a set of filters, and various other parameters.static class
FilterChain.Builder
A filter chain wraps a set of match criteria, an option TLS context, a set of filters, and various other parameters.Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type FilterChainOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FilterChain,FilterChain.Builder,FilterChainOrBuilder>
Listener.Builder. defaultFilterChainBuilder_
private com.google.protobuf.RepeatedFieldBuilder<FilterChain,FilterChain.Builder,FilterChainOrBuilder>
Listener.Builder. filterChainsBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return FilterChainOrBuilder Modifier and Type Method Description FilterChainOrBuilder
Listener.Builder. getDefaultFilterChainOrBuilder()
The default filter chain if none of the filter chain matches.FilterChainOrBuilder
Listener. getDefaultFilterChainOrBuilder()
The default filter chain if none of the filter chain matches.FilterChainOrBuilder
ListenerOrBuilder. getDefaultFilterChainOrBuilder()
The default filter chain if none of the filter chain matches.FilterChainOrBuilder
Listener.Builder. getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener.FilterChainOrBuilder
Listener. getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener.FilterChainOrBuilder
ListenerOrBuilder. getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type FilterChainOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FilterChain,FilterChain.Builder,FilterChainOrBuilder>
Listener.Builder. getDefaultFilterChainFieldBuilder()
The default filter chain if none of the filter chain matches.private com.google.protobuf.RepeatedFieldBuilder<FilterChain,FilterChain.Builder,FilterChainOrBuilder>
Listener.Builder. getFilterChainsFieldBuilder()
java.util.List<? extends FilterChainOrBuilder>
Listener.Builder. getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener.java.util.List<? extends FilterChainOrBuilder>
Listener. getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener.java.util.List<? extends FilterChainOrBuilder>
ListenerOrBuilder. getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener.
-