| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.listener |
| Modifier and Type | Method and Description |
|---|---|
ListenerFilter |
ListenerOrBuilder.getListenerFilters(int index)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
ListenerFilter |
Listener.getListenerFilters(int index)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
ListenerFilter |
Listener.Builder.getListenerFilters(int index)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListenerFilter> |
ListenerOrBuilder.getListenerFiltersList()
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
List<ListenerFilter> |
Listener.getListenerFiltersList()
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
List<ListenerFilter> |
Listener.Builder.getListenerFiltersList()
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.addListenerFilters(int index,
ListenerFilter value)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
Listener.Builder |
Listener.Builder.addListenerFilters(ListenerFilter value)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
Listener.Builder |
Listener.Builder.setListenerFilters(int index,
ListenerFilter value)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.addAllListenerFilters(Iterable<? extends ListenerFilter> values)
Listener filters have the opportunity to manipulate and augment the connection metadata that
is used in connection filter chain matching, for example.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerFilter |
ListenerFilter.Builder.build() |
ListenerFilter |
ListenerFilter.Builder.buildPartial() |
static ListenerFilter |
ListenerFilter.getDefaultInstance() |
ListenerFilter |
ListenerFilter.getDefaultInstanceForType() |
ListenerFilter |
ListenerFilter.Builder.getDefaultInstanceForType() |
static ListenerFilter |
ListenerFilter.parseDelimitedFrom(InputStream input) |
static ListenerFilter |
ListenerFilter.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerFilter |
ListenerFilter.parseFrom(byte[] data) |
static ListenerFilter |
ListenerFilter.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerFilter |
ListenerFilter.parseFrom(ByteBuffer data) |
static ListenerFilter |
ListenerFilter.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerFilter |
ListenerFilter.parseFrom(com.google.protobuf.ByteString data) |
static ListenerFilter |
ListenerFilter.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerFilter |
ListenerFilter.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListenerFilter |
ListenerFilter.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerFilter |
ListenerFilter.parseFrom(InputStream input) |
static ListenerFilter |
ListenerFilter.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ListenerFilter> |
ListenerFilter.getParserForType() |
static com.google.protobuf.Parser<ListenerFilter> |
ListenerFilter.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListenerFilter.Builder |
ListenerFilter.Builder.mergeFrom(ListenerFilter other) |
static ListenerFilter.Builder |
ListenerFilter.newBuilder(ListenerFilter prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.