Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.FilterOrBuilder
Packages that use FilterOrBuilder
-
Uses of FilterOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement FilterOrBuilderModifier and TypeClassDescriptionfinal classProtobuf typeenvoy.config.cluster.v3.Filterstatic final classProtobuf typeenvoy.config.cluster.v3.FilterMethods in io.envoyproxy.envoy.config.cluster.v3 that return FilterOrBuilderModifier and TypeMethodDescriptionCluster.Builder.getFiltersOrBuilder(int index) An (optional) network filter chain, listed in the order the filters should be applied.Cluster.getFiltersOrBuilder(int index) An (optional) network filter chain, listed in the order the filters should be applied.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 FilterOrBuilderModifier and TypeMethodDescriptionList<? 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.