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.PARSER
Methods in io.envoyproxy.envoy.config.cluster.v3 that return FilterModifier and TypeMethodDescriptionFilter.Builder.build()
Filter.Builder.buildPartial()
static Filter
Filter.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 Filter
Filter.parseDelimitedFrom
(InputStream input) static Filter
Filter.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Filter
Filter.parseFrom
(byte[] data) static Filter
Filter.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Filter
Filter.parseFrom
(com.google.protobuf.ByteString data) static Filter
Filter.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Filter
Filter.parseFrom
(com.google.protobuf.CodedInputStream input) static Filter
Filter.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Filter
Filter.parseFrom
(InputStream input) static Filter
Filter.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Filter
Filter.parseFrom
(ByteBuffer data) static Filter
Filter.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 TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Filter, Filter.Builder, FilterOrBuilder> Cluster.Builder.getFiltersFieldBuilder()
Cluster.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()
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 void
Filter.Builder.buildPartial0
(Filter result) static Filter.Builder
Filter.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.