| Package | Description |
|---|---|
| envoy.api.v2.listener |
| Modifier and Type | Method and Description |
|---|---|
Listener.Filter |
Listener.Filter.Builder.build() |
Listener.Filter |
Listener.Filter.Builder.buildPartial() |
static Listener.Filter |
Listener.Filter.getDefaultInstance() |
Listener.Filter |
Listener.Filter.getDefaultInstanceForType() |
Listener.Filter |
Listener.Filter.Builder.getDefaultInstanceForType() |
Listener.Filter |
Listener.FilterChainOrBuilder.getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Listener.Filter |
Listener.FilterChain.getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Listener.Filter |
Listener.FilterChain.Builder.getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
static Listener.Filter |
Listener.Filter.parseDelimitedFrom(InputStream input) |
static Listener.Filter |
Listener.Filter.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Listener.Filter |
Listener.Filter.parseFrom(byte[] data) |
static Listener.Filter |
Listener.Filter.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Listener.Filter |
Listener.Filter.parseFrom(ByteBuffer data) |
static Listener.Filter |
Listener.Filter.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Listener.Filter |
Listener.Filter.parseFrom(com.google.protobuf.ByteString data) |
static Listener.Filter |
Listener.Filter.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Listener.Filter |
Listener.Filter.parseFrom(com.google.protobuf.CodedInputStream input) |
static Listener.Filter |
Listener.Filter.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Listener.Filter |
Listener.Filter.parseFrom(InputStream input) |
static Listener.Filter |
Listener.Filter.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Listener.Filter> |
Listener.FilterChainOrBuilder.getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
List<Listener.Filter> |
Listener.FilterChain.getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
List<Listener.Filter> |
Listener.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<Listener.Filter> |
Listener.Filter.getParserForType() |
static com.google.protobuf.Parser<Listener.Filter> |
Listener.Filter.parser() |
| Modifier and Type | Method and Description |
|---|---|
Listener.FilterChain.Builder |
Listener.FilterChain.Builder.addFilters(int index,
Listener.Filter value)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Listener.FilterChain.Builder |
Listener.FilterChain.Builder.addFilters(Listener.Filter value)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Listener.Filter.Builder |
Listener.Filter.Builder.mergeFrom(Listener.Filter other) |
static Listener.Filter.Builder |
Listener.Filter.newBuilder(Listener.Filter prototype) |
Listener.FilterChain.Builder |
Listener.FilterChain.Builder.setFilters(int index,
Listener.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 |
|---|---|
Listener.FilterChain.Builder |
Listener.FilterChain.Builder.addAllFilters(Iterable<? extends Listener.Filter> values)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Copyright © 2018 The Envoy Project. All rights reserved.