Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Filter
-
Packages that use Filter Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Filter in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Filter Modifier and Type Field Description private static FilterFilter. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Filter Modifier and Type Field Description private java.util.List<Filter>Cluster.Builder. filters_private java.util.List<Filter>Cluster. filters_private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder,FilterOrBuilder>Cluster.Builder. filtersBuilder_private static com.google.protobuf.Parser<Filter>Filter. PARSERMethods in io.envoyproxy.envoy.config.cluster.v3 that return Filter Modifier and Type Method Description FilterFilter.Builder. build()FilterFilter.Builder. buildPartial()static FilterFilter. getDefaultInstance()FilterFilter.Builder. getDefaultInstanceForType()FilterFilter. getDefaultInstanceForType()FilterCluster.Builder. getFilters(int index)An (optional) network filter chain, listed in the order the filters should be applied.FilterCluster. getFilters(int index)An (optional) network filter chain, listed in the order the filters should be applied.FilterClusterOrBuilder. getFilters(int index)An (optional) network filter chain, listed in the order the filters should be applied.static FilterFilter. parseDelimitedFrom(java.io.InputStream input)static FilterFilter. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterFilter. parseFrom(byte[] data)static FilterFilter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterFilter. parseFrom(com.google.protobuf.ByteString data)static FilterFilter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterFilter. parseFrom(com.google.protobuf.CodedInputStream input)static FilterFilter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterFilter. parseFrom(java.io.InputStream input)static FilterFilter. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterFilter. parseFrom(java.nio.ByteBuffer data)static FilterFilter. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Filter Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder,FilterOrBuilder>Cluster.Builder. getFiltersFieldBuilder()java.util.List<Filter>Cluster.Builder. getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.java.util.List<Filter>Cluster. getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.java.util.List<Filter>ClusterOrBuilder. getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.com.google.protobuf.Parser<Filter>Filter. getParserForType()static com.google.protobuf.Parser<Filter>Filter. parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Filter Modifier and Type Method Description Cluster.BuilderCluster.Builder. addFilters(int index, Filter value)An (optional) network filter chain, listed in the order the filters should be applied.Cluster.BuilderCluster.Builder. addFilters(Filter value)An (optional) network filter chain, listed in the order the filters should be applied.private voidFilter.Builder. buildPartial0(Filter result)Filter.BuilderFilter.Builder. mergeFrom(Filter other)static Filter.BuilderFilter. newBuilder(Filter prototype)Cluster.BuilderCluster.Builder. setFilters(int index, Filter value)An (optional) network filter chain, listed in the order the filters should be applied.Method parameters in io.envoyproxy.envoy.config.cluster.v3 with type arguments of type Filter Modifier and Type Method Description Cluster.BuilderCluster.Builder. addAllFilters(java.lang.Iterable<? extends Filter> values)An (optional) network filter chain, listed in the order the filters should be applied.
-