Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Filter
Packages that use Filter
-
Uses of Filter in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as FilterFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type FilterModifier and TypeFieldDescriptionCluster.Builder.filters_Cluster.filters_private com.google.protobuf.RepeatedFieldBuilder<Filter, Filter.Builder, FilterOrBuilder> Cluster.Builder.filtersBuilder_private static final com.google.protobuf.Parser<Filter> Filter.PARSERMethods in io.envoyproxy.envoy.config.cluster.v3 that return FilterModifier and TypeMethodDescriptionFilter.Builder.build()Filter.Builder.buildPartial()static FilterFilter.getDefaultInstance()Filter.Builder.getDefaultInstanceForType()Filter.getDefaultInstanceForType()Cluster.Builder.getFilters(int index) An (optional) network filter chain, listed in the order the filters should be applied.Cluster.getFilters(int index) An (optional) network filter chain, listed in the order the filters should be applied.ClusterOrBuilder.getFilters(int index) An (optional) network filter chain, listed in the order the filters should be applied.static FilterFilter.parseDelimitedFrom(InputStream input) static FilterFilter.parseDelimitedFrom(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(InputStream input) static FilterFilter.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterFilter.parseFrom(ByteBuffer data) static FilterFilter.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type FilterModifier and TypeMethodDescriptionCluster.Builder.getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.Cluster.getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.ClusterOrBuilder.getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.com.google.protobuf.Parser<Filter> Filter.getParserForType()private com.google.protobuf.RepeatedFieldBuilder<Filter, Filter.Builder, FilterOrBuilder> Cluster.Builder.internalGetFiltersFieldBuilder()static com.google.protobuf.Parser<Filter> Filter.parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type FilterModifier and TypeMethodDescriptionCluster.Builder.addFilters(int index, Filter value) An (optional) network filter chain, listed in the order the filters should be applied.Cluster.Builder.addFilters(Filter value) An (optional) network filter chain, listed in the order the filters should be applied.private voidFilter.Builder.buildPartial0(Filter result) static Filter.BuilderFilter.newBuilder(Filter prototype) Cluster.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 FilterModifier and TypeMethodDescriptionCluster.Builder.addAllFilters(Iterable<? extends Filter> values) An (optional) network filter chain, listed in the order the filters should be applied.