public static interface Listener.FilterChainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Listener.FilterChainMatch |
getFilterChainMatch()
The criteria to use when matching a connection to this filter chain.
|
Listener.FilterChainMatchOrBuilder |
getFilterChainMatchOrBuilder()
The criteria to use when matching a connection to this filter chain.
|
Listener.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<Listener.Filter> |
getFiltersList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
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 Listener.FilterOrBuilder> |
getFiltersOrBuilderList()
A list of individual network filters that make up the filter chain for
connections established with the listener.
|
Base.Metadata |
getMetadata()
[#not-implemented-hide:] filter chain metadata.
|
Base.MetadataOrBuilder |
getMetadataOrBuilder()
[#not-implemented-hide:] filter chain metadata.
|
Cert.DownstreamTlsContext |
getTlsContext()
The TLS context for this filter chain.
|
Cert.DownstreamTlsContextOrBuilder |
getTlsContextOrBuilder()
The TLS context for this filter chain.
|
Base.TransportSocket |
getTransportSocket()
See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
|
Base.TransportSocketOrBuilder |
getTransportSocketOrBuilder()
See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
|
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 |
hasTlsContext()
The TLS context for this filter chain.
|
boolean |
hasTransportSocket()
See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
|
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.api.v2.listener.FilterChainMatch filter_chain_match = 1;Listener.FilterChainMatch getFilterChainMatch()
The criteria to use when matching a connection to this filter chain.
.envoy.api.v2.listener.FilterChainMatch filter_chain_match = 1;Listener.FilterChainMatchOrBuilder getFilterChainMatchOrBuilder()
The criteria to use when matching a connection to this filter chain.
.envoy.api.v2.listener.FilterChainMatch filter_chain_match = 1;boolean hasTlsContext()
The TLS context for this filter chain.
.envoy.api.v2.auth.DownstreamTlsContext tls_context = 2;Cert.DownstreamTlsContext getTlsContext()
The TLS context for this filter chain.
.envoy.api.v2.auth.DownstreamTlsContext tls_context = 2;Cert.DownstreamTlsContextOrBuilder getTlsContextOrBuilder()
The TLS context for this filter chain.
.envoy.api.v2.auth.DownstreamTlsContext tls_context = 2;List<Listener.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.api.v2.listener.Filter filters = 3 [(.gogoproto.nullable) = false];Listener.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.api.v2.listener.Filter filters = 3 [(.gogoproto.nullable) = false];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.api.v2.listener.Filter filters = 3 [(.gogoproto.nullable) = false];List<? extends Listener.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.api.v2.listener.Filter filters = 3 [(.gogoproto.nullable) = false];Listener.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.api.v2.listener.Filter filters = 3 [(.gogoproto.nullable) = false];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.api.v2.core.Metadata metadata = 5;Base.Metadata getMetadata()
[#not-implemented-hide:] filter chain metadata.
.envoy.api.v2.core.Metadata metadata = 5;Base.MetadataOrBuilder getMetadataOrBuilder()
[#not-implemented-hide:] filter chain metadata.
.envoy.api.v2.core.Metadata metadata = 5;boolean hasTransportSocket()
See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
.envoy.api.v2.core.TransportSocket transport_socket = 6;Base.TransportSocket getTransportSocket()
See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
.envoy.api.v2.core.TransportSocket transport_socket = 6;Base.TransportSocketOrBuilder getTransportSocketOrBuilder()
See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
.envoy.api.v2.core.TransportSocket transport_socket = 6;Copyright © 2018 The Envoy Project. All rights reserved.