| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.listener.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
FilterChain.Builder.build() |
FilterChain |
FilterChain.Builder.buildPartial() |
FilterChain |
ListenerOrBuilder.getDefaultFilterChain()
The default filter chain if none of the filter chain matches.
|
FilterChain |
Listener.getDefaultFilterChain()
The default filter chain if none of the filter chain matches.
|
FilterChain |
Listener.Builder.getDefaultFilterChain()
The default filter chain if none of the filter chain matches.
|
static FilterChain |
FilterChain.getDefaultInstance() |
FilterChain |
FilterChain.getDefaultInstanceForType() |
FilterChain |
FilterChain.Builder.getDefaultInstanceForType() |
FilterChain |
ListenerOrBuilder.getFilterChains(int index)
A list of filter chains to consider for this listener.
|
FilterChain |
Listener.getFilterChains(int index)
A list of filter chains to consider for this listener.
|
FilterChain |
Listener.Builder.getFilterChains(int index)
A list of filter chains to consider for this listener.
|
static FilterChain |
FilterChain.parseDelimitedFrom(InputStream input) |
static FilterChain |
FilterChain.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterChain |
FilterChain.parseFrom(byte[] data) |
static FilterChain |
FilterChain.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterChain |
FilterChain.parseFrom(ByteBuffer data) |
static FilterChain |
FilterChain.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterChain |
FilterChain.parseFrom(com.google.protobuf.ByteString data) |
static FilterChain |
FilterChain.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterChain |
FilterChain.parseFrom(com.google.protobuf.CodedInputStream input) |
static FilterChain |
FilterChain.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterChain |
FilterChain.parseFrom(InputStream input) |
static FilterChain |
FilterChain.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FilterChain> |
ListenerOrBuilder.getFilterChainsList()
A list of filter chains to consider for this listener.
|
List<FilterChain> |
Listener.getFilterChainsList()
A list of filter chains to consider for this listener.
|
List<FilterChain> |
Listener.Builder.getFilterChainsList()
A list of filter chains to consider for this listener.
|
com.google.protobuf.Parser<FilterChain> |
FilterChain.getParserForType() |
static com.google.protobuf.Parser<FilterChain> |
FilterChain.parser() |
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.addFilterChains(FilterChain value)
A list of filter chains to consider for this listener.
|
Listener.Builder |
Listener.Builder.addFilterChains(int index,
FilterChain value)
A list of filter chains to consider for this listener.
|
Listener.Builder |
Listener.Builder.mergeDefaultFilterChain(FilterChain value)
The default filter chain if none of the filter chain matches.
|
FilterChain.Builder |
FilterChain.Builder.mergeFrom(FilterChain other) |
static FilterChain.Builder |
FilterChain.newBuilder(FilterChain prototype) |
Listener.Builder |
Listener.Builder.setDefaultFilterChain(FilterChain value)
The default filter chain if none of the filter chain matches.
|
Listener.Builder |
Listener.Builder.setFilterChains(int index,
FilterChain value)
A list of filter chains to consider for this listener.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.addAllFilterChains(Iterable<? extends FilterChain> values)
A list of filter chains to consider for this listener.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.