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 classFilterChainA filter chain wraps a set of match criteria, an option TLS context, a set of filters, and various other parameters.static classFilterChain.BuilderA 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 FilterChainOrBuilderListener.Builder. getDefaultFilterChainOrBuilder()The default filter chain if none of the filter chain matches.FilterChainOrBuilderListener. getDefaultFilterChainOrBuilder()The default filter chain if none of the filter chain matches.FilterChainOrBuilderListenerOrBuilder. getDefaultFilterChainOrBuilder()The default filter chain if none of the filter chain matches.FilterChainOrBuilderListener.Builder. getFilterChainsOrBuilder(int index)A list of filter chains to consider for this listener.FilterChainOrBuilderListener. getFilterChainsOrBuilder(int index)A list of filter chains to consider for this listener.FilterChainOrBuilderListenerOrBuilder. 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.
-