| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.listener.v4alpha |
| 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() |
Filter |
FilterChainOrBuilder.getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Filter |
FilterChain.getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Filter |
FilterChain.Builder.getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
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 |
|---|---|
List<Filter> |
FilterChainOrBuilder.getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
List<Filter> |
FilterChain.getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
List<Filter> |
FilterChain.Builder.getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
com.google.protobuf.Parser<Filter> |
Filter.getParserForType() |
static com.google.protobuf.Parser<Filter> |
Filter.parser() |
| Modifier and Type | Method and Description |
|---|---|
FilterChain.Builder |
FilterChain.Builder.addFilters(Filter value)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterChain.Builder |
FilterChain.Builder.addFilters(int index,
Filter value)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Filter.Builder |
Filter.Builder.mergeFrom(Filter other) |
static Filter.Builder |
Filter.newBuilder(Filter prototype) |
FilterChain.Builder |
FilterChain.Builder.setFilters(int index,
Filter value)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain.Builder |
FilterChain.Builder.addAllFilters(Iterable<? extends Filter> values)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.