Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.FilterOrBuilder
-
Packages that use FilterOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of FilterOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement FilterOrBuilder Modifier and Type Class Description class
Filter
Protobuf typeenvoy.config.cluster.v3.Filter
static class
Filter.Builder
Protobuf typeenvoy.config.cluster.v3.Filter
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type FilterOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder,FilterOrBuilder>
Cluster.Builder. filtersBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return FilterOrBuilder Modifier and Type Method Description FilterOrBuilder
Cluster.Builder. getFiltersOrBuilder(int index)
An (optional) network filter chain, listed in the order the filters should be applied.FilterOrBuilder
Cluster. getFiltersOrBuilder(int index)
An (optional) network filter chain, listed in the order the filters should be applied.FilterOrBuilder
ClusterOrBuilder. getFiltersOrBuilder(int index)
An (optional) network filter chain, listed in the order the filters should be applied.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type FilterOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder,FilterOrBuilder>
Cluster.Builder. getFiltersFieldBuilder()
java.util.List<? extends FilterOrBuilder>
Cluster.Builder. getFiltersOrBuilderList()
An (optional) network filter chain, listed in the order the filters should be applied.java.util.List<? extends FilterOrBuilder>
Cluster. getFiltersOrBuilderList()
An (optional) network filter chain, listed in the order the filters should be applied.java.util.List<? extends FilterOrBuilder>
ClusterOrBuilder. getFiltersOrBuilderList()
An (optional) network filter chain, listed in the order the filters should be applied.
-