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 classFilterProtobuf typeenvoy.config.cluster.v3.Filterstatic classFilter.BuilderProtobuf typeenvoy.config.cluster.v3.FilterMethods in io.envoyproxy.envoy.config.cluster.v3 that return FilterOrBuilder Modifier and Type Method Description FilterOrBuilderCluster.Builder. getFiltersOrBuilder(int index)An (optional) network filter chain, listed in the order the filters should be applied.FilterOrBuilderCluster. getFiltersOrBuilder(int index)An (optional) network filter chain, listed in the order the filters should be applied.FilterOrBuilderClusterOrBuilder. 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 List<? extends FilterOrBuilder>Cluster.Builder. getFiltersOrBuilderList()An (optional) network filter chain, listed in the order the filters should be applied.List<? extends FilterOrBuilder>Cluster. getFiltersOrBuilderList()An (optional) network filter chain, listed in the order the filters should be applied.List<? extends FilterOrBuilder>ClusterOrBuilder. getFiltersOrBuilderList()An (optional) network filter chain, listed in the order the filters should be applied.
-