Class FilterChain.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<FilterChain.Builder>
com.google.protobuf.GeneratedMessage.Builder<FilterChain.Builder>
io.envoyproxy.envoy.config.listener.v3.FilterChain.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,FilterChainOrBuilder
,Cloneable
- Enclosing class:
FilterChain
public static final class FilterChain.Builder
extends com.google.protobuf.GeneratedMessage.Builder<FilterChain.Builder>
implements FilterChainOrBuilder
A filter chain wraps a set of match criteria, an option TLS context, a set of filters, and various other parameters. [#next-free-field: 10]Protobuf type
envoy.config.listener.v3.FilterChain
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private FilterChainMatch
private com.google.protobuf.SingleFieldBuilder
<FilterChainMatch, FilterChainMatch.Builder, FilterChainMatchOrBuilder> private com.google.protobuf.RepeatedFieldBuilder
<Filter, Filter.Builder, FilterOrBuilder> private Metadata
private com.google.protobuf.SingleFieldBuilder
<Metadata, Metadata.Builder, MetadataOrBuilder> private Object
private com.google.protobuf.SingleFieldBuilder
<FilterChain.OnDemandConfiguration, FilterChain.OnDemandConfiguration.Builder, FilterChain.OnDemandConfigurationOrBuilder> private TransportSocket
private com.google.protobuf.SingleFieldBuilder
<TransportSocket, TransportSocket.Builder, TransportSocketOrBuilder> private com.google.protobuf.Duration
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> private com.google.protobuf.BoolValue
private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllFilters
(Iterable<? extends Filter> values) A list of individual network filters that make up the filter chain for connections established with the listener.addFilters
(int index, Filter value) A list of individual network filters that make up the filter chain for connections established with the listener.addFilters
(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.addFilters
(Filter value) A list of individual network filters that make up the filter chain for connections established with the listener.addFilters
(Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.A list of individual network filters that make up the filter chain for connections established with the listener.addFiltersBuilder
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.build()
private void
buildPartial0
(FilterChain result) private void
clear()
The criteria to use when matching a connection to this filter chain.A list of individual network filters that make up the filter chain for connections established with the listener.[#not-implemented-hide:] filter chain metadata.The unique name (or empty) by which this filter chain is known.[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.Optional custom transport socket implementation to use for downstream connections.If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.Deprecated.private void
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
The criteria to use when matching a connection to this filter chain.The criteria to use when matching a connection to this filter chain.The criteria to use when matching a connection to this filter chain.getFilters
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.getFiltersBuilder
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.A list of individual network filters that make up the filter chain for connections established with the listener.int
A list of individual network filters that make up the filter chain for connections established with the listener.A list of individual network filters that make up the filter chain for connections established with the listener.getFiltersOrBuilder
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.List
<? extends FilterOrBuilder> A list of individual network filters that make up the filter chain for connections established with the listener.[#not-implemented-hide:] filter chain metadata.[#not-implemented-hide:] filter chain metadata.[#not-implemented-hide:] filter chain metadata.getName()
The unique name (or empty) by which this filter chain is known.com.google.protobuf.ByteString
The unique name (or empty) by which this filter chain is known.[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.Optional custom transport socket implementation to use for downstream connections.Optional custom transport socket implementation to use for downstream connections.com.google.protobuf.Duration
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.com.google.protobuf.Duration.Builder
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.com.google.protobuf.DurationOrBuilder
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.Optional custom transport socket implementation to use for downstream connections.com.google.protobuf.BoolValue
Deprecated.envoy.config.listener.v3.FilterChain.use_proxy_proto is deprecated.com.google.protobuf.BoolValue.Builder
Deprecated.com.google.protobuf.BoolValueOrBuilder
Deprecated.boolean
The criteria to use when matching a connection to this filter chain.boolean
[#not-implemented-hide:] filter chain metadata.boolean
[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.boolean
Optional custom transport socket implementation to use for downstream connections.boolean
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.boolean
Deprecated.envoy.config.listener.v3.FilterChain.use_proxy_proto is deprecated.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
private com.google.protobuf.SingleFieldBuilder
<FilterChainMatch, FilterChainMatch.Builder, FilterChainMatchOrBuilder> The criteria to use when matching a connection to this filter chain.private com.google.protobuf.RepeatedFieldBuilder
<Filter, Filter.Builder, FilterOrBuilder> private com.google.protobuf.SingleFieldBuilder
<Metadata, Metadata.Builder, MetadataOrBuilder> [#not-implemented-hide:] filter chain metadata.private com.google.protobuf.SingleFieldBuilder
<FilterChain.OnDemandConfiguration, FilterChain.OnDemandConfiguration.Builder, FilterChain.OnDemandConfigurationOrBuilder> [#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.private com.google.protobuf.SingleFieldBuilder
<TransportSocket, TransportSocket.Builder, TransportSocketOrBuilder> Optional custom transport socket implementation to use for downstream connections.private com.google.protobuf.SingleFieldBuilder
<com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> Whether the listener should expect a PROXY protocol V1 header on new connections.final boolean
private void
The criteria to use when matching a connection to this filter chain.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(FilterChain other) mergeMetadata
(Metadata value) [#not-implemented-hide:] filter chain metadata.[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.Optional custom transport socket implementation to use for downstream connections.mergeTransportSocketConnectTimeout
(com.google.protobuf.Duration value) If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.mergeUseProxyProto
(com.google.protobuf.BoolValue value) Deprecated.removeFilters
(int index) A list of individual network filters that make up the filter chain for connections established with the listener.The criteria to use when matching a connection to this filter chain.setFilterChainMatch
(FilterChainMatch.Builder builderForValue) The criteria to use when matching a connection to this filter chain.setFilters
(int index, Filter value) A list of individual network filters that make up the filter chain for connections established with the listener.setFilters
(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.setMetadata
(Metadata value) [#not-implemented-hide:] filter chain metadata.setMetadata
(Metadata.Builder builderForValue) [#not-implemented-hide:] filter chain metadata.The unique name (or empty) by which this filter chain is known.setNameBytes
(com.google.protobuf.ByteString value) The unique name (or empty) by which this filter chain is known.[#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.setOnDemandConfiguration
(FilterChain.OnDemandConfiguration.Builder builderForValue) [#not-implemented-hide:] The configuration to specify whether the filter chain will be built on-demand.Optional custom transport socket implementation to use for downstream connections.setTransportSocket
(TransportSocket.Builder builderForValue) Optional custom transport socket implementation to use for downstream connections.setTransportSocketConnectTimeout
(com.google.protobuf.Duration value) If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.setTransportSocketConnectTimeout
(com.google.protobuf.Duration.Builder builderForValue) If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.setUseProxyProto
(com.google.protobuf.BoolValue value) Deprecated.setUseProxyProto
(com.google.protobuf.BoolValue.Builder builderForValue) Deprecated.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
filterChainMatch_
-
filterChainMatchBuilder_
private com.google.protobuf.SingleFieldBuilder<FilterChainMatch,FilterChainMatch.Builder, filterChainMatchBuilder_FilterChainMatchOrBuilder> -
filters_
-
filtersBuilder_
private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder, filtersBuilder_FilterOrBuilder> -
useProxyProto_
private com.google.protobuf.BoolValue useProxyProto_ -
useProxyProtoBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder, useProxyProtoBuilder_com.google.protobuf.BoolValueOrBuilder> -
metadata_
-
metadataBuilder_
private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder, metadataBuilder_MetadataOrBuilder> -
transportSocket_
-
transportSocketBuilder_
private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder, transportSocketBuilder_TransportSocketOrBuilder> -
transportSocketConnectTimeout_
private com.google.protobuf.Duration transportSocketConnectTimeout_ -
transportSocketConnectTimeoutBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, transportSocketConnectTimeoutBuilder_com.google.protobuf.DurationOrBuilder> -
name_
-
onDemandConfiguration_
-
onDemandConfigurationBuilder_
private com.google.protobuf.SingleFieldBuilder<FilterChain.OnDemandConfiguration,FilterChain.OnDemandConfiguration.Builder, onDemandConfigurationBuilder_FilterChain.OnDemandConfigurationOrBuilder>
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<FilterChain.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<FilterChain.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<FilterChain.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
-
buildPartial0
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FilterChain.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<FilterChain.Builder>
-
mergeFrom
public FilterChain.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FilterChain.Builder>
- Throws:
IOException
-
hasFilterChainMatch
public boolean hasFilterChainMatch()The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
- Specified by:
hasFilterChainMatch
in interfaceFilterChainOrBuilder
- Returns:
- Whether the filterChainMatch field is set.
-
getFilterChainMatch
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
- Specified by:
getFilterChainMatch
in interfaceFilterChainOrBuilder
- Returns:
- The filterChainMatch.
-
setFilterChainMatch
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
-
setFilterChainMatch
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
-
mergeFilterChainMatch
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
-
clearFilterChainMatch
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
-
getFilterChainMatchBuilder
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
-
getFilterChainMatchOrBuilder
The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
- Specified by:
getFilterChainMatchOrBuilder
in interfaceFilterChainOrBuilder
-
internalGetFilterChainMatchFieldBuilder
private com.google.protobuf.SingleFieldBuilder<FilterChainMatch,FilterChainMatch.Builder, internalGetFilterChainMatchFieldBuilder()FilterChainMatchOrBuilder> The criteria to use when matching a connection to this filter chain.
.envoy.config.listener.v3.FilterChainMatch filter_chain_match = 1;
-
ensureFiltersIsMutable
private void ensureFiltersIsMutable() -
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
- Specified by:
getFiltersList
in interfaceFilterChainOrBuilder
-
getFiltersCount
public 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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
- Specified by:
getFiltersCount
in interfaceFilterChainOrBuilder
-
getFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
- Specified by:
getFilters
in interfaceFilterChainOrBuilder
-
setFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
setFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
addFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
addFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
addFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
addFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
addAllFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
clearFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
removeFilters
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
getFiltersBuilder
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
getFiltersOrBuilder
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
- Specified by:
getFiltersOrBuilder
in interfaceFilterChainOrBuilder
-
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
- Specified by:
getFiltersOrBuilderList
in interfaceFilterChainOrBuilder
-
addFiltersBuilder
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
addFiltersBuilder
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
getFiltersBuilderList
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. For QUIC listeners, network filters other than HTTP Connection Manager (HCM) can be created, but due to differences in the connection implementation compared to TCP, the onData() method will never be called. Therefore, network filters for QUIC listeners should only expect to do work at the start of a new connection (i.e. in onNewConnection()). HCM must be the last (or only) filter in the chain.
repeated .envoy.config.listener.v3.Filter filters = 3;
-
internalGetFiltersFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder, internalGetFiltersFieldBuilder()FilterOrBuilder> -
hasUseProxyProto
Deprecated.envoy.config.listener.v3.FilterChain.use_proxy_proto is deprecated. See envoy/config/listener/v3/listener_components.proto;l=247Whether 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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
- Specified by:
hasUseProxyProto
in interfaceFilterChainOrBuilder
- Returns:
- Whether the useProxyProto field is set.
-
getUseProxyProto
Deprecated.envoy.config.listener.v3.FilterChain.use_proxy_proto is deprecated. See envoy/config/listener/v3/listener_components.proto;l=247Whether 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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
- Specified by:
getUseProxyProto
in interfaceFilterChainOrBuilder
- Returns:
- The useProxyProto.
-
setUseProxyProto
Deprecated.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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-
setUseProxyProto
@Deprecated public FilterChain.Builder setUseProxyProto(com.google.protobuf.BoolValue.Builder builderForValue) Deprecated.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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-
mergeUseProxyProto
Deprecated.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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-
clearUseProxyProto
Deprecated.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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-
getUseProxyProtoBuilder
Deprecated.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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-
getUseProxyProtoOrBuilder
Deprecated.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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
- Specified by:
getUseProxyProtoOrBuilder
in interfaceFilterChainOrBuilder
-
internalGetUseProxyProtoFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder, internalGetUseProxyProtoFieldBuilder()com.google.protobuf.BoolValueOrBuilder> 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. This field is deprecated. Add a :ref:`PROXY protocol listener filter <config_listener_filters_proxy_protocol>` explicitly instead.
.google.protobuf.BoolValue use_proxy_proto = 4 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-
hasMetadata
public boolean hasMetadata()[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
- Specified by:
hasMetadata
in interfaceFilterChainOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
- Specified by:
getMetadata
in interfaceFilterChainOrBuilder
- Returns:
- The metadata.
-
setMetadata
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
-
setMetadata
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
-
mergeMetadata
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
-
clearMetadata
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
-
getMetadataBuilder
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
-
getMetadataOrBuilder
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
- Specified by:
getMetadataOrBuilder
in interfaceFilterChainOrBuilder
-
internalGetMetadataFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder, internalGetMetadataFieldBuilder()MetadataOrBuilder> [#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
-
hasTransportSocket
public boolean hasTransportSocket()Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
- Specified by:
hasTransportSocket
in interfaceFilterChainOrBuilder
- Returns:
- Whether the transportSocket field is set.
-
getTransportSocket
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
- Specified by:
getTransportSocket
in interfaceFilterChainOrBuilder
- Returns:
- The transportSocket.
-
setTransportSocket
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
-
setTransportSocket
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
-
mergeTransportSocket
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
-
clearTransportSocket
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
-
getTransportSocketBuilder
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
-
getTransportSocketOrBuilder
Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
- Specified by:
getTransportSocketOrBuilder
in interfaceFilterChainOrBuilder
-
internalGetTransportSocketFieldBuilder
private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder, internalGetTransportSocketFieldBuilder()TransportSocketOrBuilder> Optional custom transport socket implementation to use for downstream connections. To setup TLS, set a transport socket with name ``envoy.transport_sockets.tls`` and :ref:`DownstreamTlsContext <envoy_v3_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. [#extension-category: envoy.transport_sockets.downstream]
.envoy.config.core.v3.TransportSocket transport_socket = 6;
-
hasTransportSocketConnectTimeout
public boolean hasTransportSocketConnectTimeout()If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
- Specified by:
hasTransportSocketConnectTimeout
in interfaceFilterChainOrBuilder
- Returns:
- Whether the transportSocketConnectTimeout field is set.
-
getTransportSocketConnectTimeout
public com.google.protobuf.Duration getTransportSocketConnectTimeout()If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
- Specified by:
getTransportSocketConnectTimeout
in interfaceFilterChainOrBuilder
- Returns:
- The transportSocketConnectTimeout.
-
setTransportSocketConnectTimeout
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
-
setTransportSocketConnectTimeout
public FilterChain.Builder setTransportSocketConnectTimeout(com.google.protobuf.Duration.Builder builderForValue) If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
-
mergeTransportSocketConnectTimeout
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
-
clearTransportSocketConnectTimeout
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
-
getTransportSocketConnectTimeoutBuilder
public com.google.protobuf.Duration.Builder getTransportSocketConnectTimeoutBuilder()If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
-
getTransportSocketConnectTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getTransportSocketConnectTimeoutOrBuilder()If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
- Specified by:
getTransportSocketConnectTimeoutOrBuilder
in interfaceFilterChainOrBuilder
-
internalGetTransportSocketConnectTimeoutFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Duration,com.google.protobuf.Duration.Builder, internalGetTransportSocketConnectTimeoutFieldBuilder()com.google.protobuf.DurationOrBuilder> If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations. If this expires before the transport reports connection establishment, the connection is summarily closed.
.google.protobuf.Duration transport_socket_connect_timeout = 9;
-
getName
The unique name (or empty) by which this filter chain is known. Note: :ref:`filter_chain_matcher <envoy_v3_api_field_config.listener.v3.Listener.filter_chain_matcher>` requires that filter chains are uniquely named within a listener.
string name = 7;
- Specified by:
getName
in interfaceFilterChainOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The unique name (or empty) by which this filter chain is known. Note: :ref:`filter_chain_matcher <envoy_v3_api_field_config.listener.v3.Listener.filter_chain_matcher>` requires that filter chains are uniquely named within a listener.
string name = 7;
- Specified by:
getNameBytes
in interfaceFilterChainOrBuilder
- Returns:
- The bytes for name.
-
setName
The unique name (or empty) by which this filter chain is known. Note: :ref:`filter_chain_matcher <envoy_v3_api_field_config.listener.v3.Listener.filter_chain_matcher>` requires that filter chains are uniquely named within a listener.
string name = 7;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
The unique name (or empty) by which this filter chain is known. Note: :ref:`filter_chain_matcher <envoy_v3_api_field_config.listener.v3.Listener.filter_chain_matcher>` requires that filter chains are uniquely named within a listener.
string name = 7;
- Returns:
- This builder for chaining.
-
setNameBytes
The unique name (or empty) by which this filter chain is known. Note: :ref:`filter_chain_matcher <envoy_v3_api_field_config.listener.v3.Listener.filter_chain_matcher>` requires that filter chains are uniquely named within a listener.
string name = 7;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasOnDemandConfiguration
public 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;
- Specified by:
hasOnDemandConfiguration
in interfaceFilterChainOrBuilder
- Returns:
- Whether the onDemandConfiguration field is set.
-
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;
- Specified by:
getOnDemandConfiguration
in interfaceFilterChainOrBuilder
- Returns:
- The onDemandConfiguration.
-
setOnDemandConfiguration
[#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;
-
setOnDemandConfiguration
public FilterChain.Builder setOnDemandConfiguration(FilterChain.OnDemandConfiguration.Builder builderForValue) [#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;
-
mergeOnDemandConfiguration
[#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;
-
clearOnDemandConfiguration
[#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;
-
getOnDemandConfigurationBuilder
[#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;
-
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;
- Specified by:
getOnDemandConfigurationOrBuilder
in interfaceFilterChainOrBuilder
-
internalGetOnDemandConfigurationFieldBuilder
private com.google.protobuf.SingleFieldBuilder<FilterChain.OnDemandConfiguration,FilterChain.OnDemandConfiguration.Builder, internalGetOnDemandConfigurationFieldBuilder()FilterChain.OnDemandConfigurationOrBuilder> [#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;
-