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
Methods 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(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 Filter Modifier and Type Method Description List<Filter>Cluster.Builder. getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.List<Filter>Cluster. getFiltersList()An (optional) network filter chain, listed in the order the filters should be applied.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.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(Iterable<? extends Filter> values)An (optional) network filter chain, listed in the order the filters should be applied.
-