Uses of Class
io.envoyproxy.envoy.api.v2.cluster.Filter
-
Packages that use Filter Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.cluster -
-
Uses of Filter in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Filter Modifier and Type Method Description 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.Methods in io.envoyproxy.envoy.api.v2 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.Methods in io.envoyproxy.envoy.api.v2 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.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.api.v2 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. -
Uses of Filter in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return Filter Modifier and Type Method Description FilterFilter.Builder. build()FilterFilter.Builder. buildPartial()static FilterFilter. getDefaultInstance()FilterFilter.Builder. getDefaultInstanceForType()FilterFilter. getDefaultInstanceForType()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.api.v2.cluster that return types with arguments of type Filter Modifier and Type Method Description com.google.protobuf.Parser<Filter>Filter. getParserForType()static com.google.protobuf.Parser<Filter>Filter. parser()Methods in io.envoyproxy.envoy.api.v2.cluster with parameters of type Filter Modifier and Type Method Description Filter.BuilderFilter.Builder. mergeFrom(Filter other)static Filter.BuilderFilter. newBuilder(Filter prototype)
-