| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.listener |
| Modifier and Type | Method and Description |
|---|---|
FilterChainOrBuilder |
ListenerOrBuilder.getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener.
|
FilterChainOrBuilder |
Listener.getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener.
|
FilterChainOrBuilder |
Listener.Builder.getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FilterChainOrBuilder> |
ListenerOrBuilder.getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener.
|
List<? extends FilterChainOrBuilder> |
Listener.getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener.
|
List<? extends FilterChainOrBuilder> |
Listener.Builder.getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterChain
A filter chain wraps a set of match criteria, an option TLS context, a set of filters, and
various other parameters.
|
static class |
FilterChain.Builder
A filter chain wraps a set of match criteria, an option TLS context, a set of filters, and
various other parameters.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.