Uses of Interface
io.envoyproxy.envoy.api.v2.cluster.FilterOrBuilder
-
Packages that use FilterOrBuilder Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.cluster -
-
Uses of FilterOrBuilder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 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.api.v2 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. -
Uses of FilterOrBuilder in io.envoyproxy.envoy.api.v2.cluster
Classes in io.envoyproxy.envoy.api.v2.cluster that implement FilterOrBuilder Modifier and Type Class Description classFilterProtobuf typeenvoy.api.v2.cluster.Filterstatic classFilter.BuilderProtobuf typeenvoy.api.v2.cluster.Filter
-