| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.cluster |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Cluster.getFilters(int index)
An (optional) network filter chain, listed in the order the filters should be applied.
|
Filter |
Cluster.Builder.getFilters(int index)
An (optional) network filter chain, listed in the order the filters should be applied.
|
Filter |
ClusterOrBuilder.getFilters(int index)
An (optional) network filter chain, listed in the order the filters should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
Cluster.getFiltersList()
An (optional) network filter chain, listed in the order the filters should be applied.
|
List<Filter> |
Cluster.Builder.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.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.addFilters(Filter value)
An (optional) network filter chain, listed in the order the filters should be applied.
|
Cluster.Builder |
Cluster.Builder.addFilters(int index,
Filter value)
An (optional) network filter chain, listed in the order the filters should be applied.
|
Cluster.Builder |
Cluster.Builder.setFilters(int index,
Filter value)
An (optional) network filter chain, listed in the order the filters should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.addAllFilters(Iterable<? extends Filter> values)
An (optional) network filter chain, listed in the order the filters should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.Builder.build() |
Filter |
Filter.Builder.buildPartial() |
static Filter |
Filter.getDefaultInstance() |
Filter |
Filter.getDefaultInstanceForType() |
Filter |
Filter.Builder.getDefaultInstanceForType() |
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(ByteBuffer data) |
static Filter |
Filter.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Filter> |
Filter.getParserForType() |
static com.google.protobuf.Parser<Filter> |
Filter.parser() |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.mergeFrom(Filter other) |
static Filter.Builder |
Filter.newBuilder(Filter prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.