public interface FilterChainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FilterChainMatch |
getFilterChainMatch()
The criteria to use when matching a connection to this filter chain.
|
FilterChainMatchOrBuilder |
getFilterChainMatchOrBuilder()
The criteria to use when matching a connection to this filter chain.
|
Filter |
getFilters(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
int |
getFiltersCount()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
List<Filter> |
getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
FilterOrBuilder |
getFiltersOrBuilder(int index)
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
List<? extends FilterOrBuilder> |
getFiltersOrBuilderList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Metadata |
getMetadata()
[#not-implemented-hide:] filter chain metadata.
|
MetadataOrBuilder |
getMetadataOrBuilder()
[#not-implemented-hide:] filter chain metadata.
|
String |
getName()
[#not-implemented-hide:] The unique name (or empty) by which this filter chain is known.
|
com.google.protobuf.ByteString |
getNameBytes()
[#not-implemented-hide:] The unique name (or empty) by which this filter chain is known.
|
FilterChain.OnDemandConfiguration |
getOnDemandConfiguration()
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
FilterChain.OnDemandConfigurationOrBuilder |
getOnDemandConfigurationOrBuilder()
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
TransportSocket |
getTransportSocket()
Optional custom transport socket implementation to use for downstream connections.
|
TransportSocketOrBuilder |
getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for downstream connections.
|
com.google.protobuf.BoolValue |
getUseProxyProto()
Whether the listener should expect a PROXY protocol V1 header on new
connections.
|
com.google.protobuf.BoolValueOrBuilder |
getUseProxyProtoOrBuilder()
Whether the listener should expect a PROXY protocol V1 header on new
connections.
|
boolean |
hasFilterChainMatch()
The criteria to use when matching a connection to this filter chain.
|
boolean |
hasMetadata()
[#not-implemented-hide:] filter chain metadata.
|
boolean |
hasOnDemandConfiguration()
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.
|
boolean |
hasTransportSocket()
Optional custom transport socket implementation to use for downstream connections.
|
boolean |
hasUseProxyProto()
Whether the listener should expect a PROXY protocol V1 header on new
connections.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFilterChainMatch()
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;FilterChainMatch getFilterChainMatch()
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;FilterChainMatchOrBuilder getFilterChainMatchOrBuilder()
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;List<Filter> getFiltersList()
A list of individual network filters that make up the filter chain for connections established with the listener. Order matters as the filters are processed sequentially as connection events happen. Note: If the filter list is empty, the connection will close by default.
repeated .envoy.config.listener.v3.Filter filters = 3;Filter getFilters(int index)
A list of individual network filters that make up the filter chain for connections established with the listener. Order matters as the filters are processed sequentially as connection events happen. Note: If the filter list is empty, the connection will close by default.
repeated .envoy.config.listener.v3.Filter filters = 3;int getFiltersCount()
A list of individual network filters that make up the filter chain for connections established with the listener. Order matters as the filters are processed sequentially as connection events happen. Note: If the filter list is empty, the connection will close by default.
repeated .envoy.config.listener.v3.Filter filters = 3;List<? extends FilterOrBuilder> getFiltersOrBuilderList()
A list of individual network filters that make up the filter chain for connections established with the listener. Order matters as the filters are processed sequentially as connection events happen. Note: If the filter list is empty, the connection will close by default.
repeated .envoy.config.listener.v3.Filter filters = 3;FilterOrBuilder getFiltersOrBuilder(int index)
A list of individual network filters that make up the filter chain for connections established with the listener. Order matters as the filters are processed sequentially as connection events happen. Note: If the filter list is empty, the connection will close by default.
repeated .envoy.config.listener.v3.Filter filters = 3;boolean hasUseProxyProto()
Whether the listener should expect a PROXY protocol V1 header on new connections. If this option is enabled, the listener will assume that that remote address of the connection is the one specified in the header. Some load balancers including the AWS ELB support this option. If the option is absent or set to false, Envoy will use the physical peer address of the connection as the remote address.
.google.protobuf.BoolValue use_proxy_proto = 4;com.google.protobuf.BoolValue getUseProxyProto()
Whether the listener should expect a PROXY protocol V1 header on new connections. If this option is enabled, the listener will assume that that remote address of the connection is the one specified in the header. Some load balancers including the AWS ELB support this option. If the option is absent or set to false, Envoy will use the physical peer address of the connection as the remote address.
.google.protobuf.BoolValue use_proxy_proto = 4;com.google.protobuf.BoolValueOrBuilder getUseProxyProtoOrBuilder()
Whether the listener should expect a PROXY protocol V1 header on new connections. If this option is enabled, the listener will assume that that remote address of the connection is the one specified in the header. Some load balancers including the AWS ELB support this option. If the option is absent or set to false, Envoy will use the physical peer address of the connection as the remote address.
.google.protobuf.BoolValue use_proxy_proto = 4;boolean hasMetadata()
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;Metadata getMetadata()
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;MetadataOrBuilder getMetadataOrBuilder()
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;boolean hasTransportSocket()
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name `tls` and :ref:`DownstreamTlsContext <envoy_api_msg_extensions.transport_sockets.tls.v3.DownstreamTlsContext>` in the `typed_config`. If no transport socket configuration is specified, new connections will be set up with plaintext.
.envoy.config.core.v3.TransportSocket transport_socket = 6;TransportSocket getTransportSocket()
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name `tls` and :ref:`DownstreamTlsContext <envoy_api_msg_extensions.transport_sockets.tls.v3.DownstreamTlsContext>` in the `typed_config`. If no transport socket configuration is specified, new connections will be set up with plaintext.
.envoy.config.core.v3.TransportSocket transport_socket = 6;TransportSocketOrBuilder getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name `tls` and :ref:`DownstreamTlsContext <envoy_api_msg_extensions.transport_sockets.tls.v3.DownstreamTlsContext>` in the `typed_config`. If no transport socket configuration is specified, new connections will be set up with plaintext.
.envoy.config.core.v3.TransportSocket transport_socket = 6;String getName()
[#not-implemented-hide:] The unique name (or empty) by which this filter chain is known. If no name is provided, Envoy will allocate an internal UUID for the filter chain. If the filter chain is to be dynamically updated or removed via FCDS a unique name must be provided.
string name = 7;com.google.protobuf.ByteString getNameBytes()
[#not-implemented-hide:] The unique name (or empty) by which this filter chain is known. If no name is provided, Envoy will allocate an internal UUID for the filter chain. If the filter chain is to be dynamically updated or removed via FCDS a unique name must be provided.
string name = 7;boolean hasOnDemandConfiguration()
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand. If this field is not empty, the filter chain will be built on-demand. Otherwise, the filter chain will be built normally and block listener warming.
.envoy.config.listener.v3.FilterChain.OnDemandConfiguration on_demand_configuration = 8;FilterChain.OnDemandConfiguration getOnDemandConfiguration()
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand. If this field is not empty, the filter chain will be built on-demand. Otherwise, the filter chain will be built normally and block listener warming.
.envoy.config.listener.v3.FilterChain.OnDemandConfiguration on_demand_configuration = 8;FilterChain.OnDemandConfigurationOrBuilder getOnDemandConfigurationOrBuilder()
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand. If this field is not empty, the filter chain will be built on-demand. Otherwise, the filter chain will be built normally and block listener warming.
.envoy.config.listener.v3.FilterChain.OnDemandConfiguration on_demand_configuration = 8;Copyright © 2018–2020 The Envoy Project. All rights reserved.