Class FilterChain
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- io.envoyproxy.envoy.config.listener.v3.FilterChain
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,FilterChainOrBuilder
,java.io.Serializable
public final class FilterChain extends com.google.protobuf.GeneratedMessage 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 typeenvoy.config.listener.v3.FilterChain
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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.static class
FilterChain.OnDemandConfiguration
The configuration for on-demand filter chain.static interface
FilterChain.OnDemandConfigurationOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private static FilterChain
DEFAULT_INSTANCE
static int
FILTER_CHAIN_MATCH_FIELD_NUMBER
private FilterChainMatch
filterChainMatch_
private java.util.List<Filter>
filters_
static int
FILTERS_FIELD_NUMBER
private byte
memoizedIsInitialized
private Metadata
metadata_
static int
METADATA_FIELD_NUMBER
private java.lang.Object
name_
static int
NAME_FIELD_NUMBER
static int
ON_DEMAND_CONFIGURATION_FIELD_NUMBER
private FilterChain.OnDemandConfiguration
onDemandConfiguration_
private static com.google.protobuf.Parser<FilterChain>
PARSER
private static long
serialVersionUID
static int
TRANSPORT_SOCKET_CONNECT_TIMEOUT_FIELD_NUMBER
static int
TRANSPORT_SOCKET_FIELD_NUMBER
private TransportSocket
transportSocket_
private com.google.protobuf.Duration
transportSocketConnectTimeout_
static int
USE_PROXY_PROTO_FIELD_NUMBER
private com.google.protobuf.BoolValue
useProxyProto_
-
Constructor Summary
Constructors Modifier Constructor Description private
FilterChain()
private
FilterChain(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
static FilterChain
getDefaultInstance()
FilterChain
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.java.util.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.java.util.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.java.lang.String
getName()
The unique name (or empty) by which this filter chain is known.com.google.protobuf.ByteString
getNameBytes()
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.com.google.protobuf.Parser<FilterChain>
getParserForType()
int
getSerializedSize()
TransportSocket
getTransportSocket()
Optional custom transport socket implementation to use for downstream connections.com.google.protobuf.Duration
getTransportSocketConnectTimeout()
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.com.google.protobuf.DurationOrBuilder
getTransportSocketConnectTimeoutOrBuilder()
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.TransportSocketOrBuilder
getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for downstream connections.com.google.protobuf.BoolValue
getUseProxyProto()
Deprecated.envoy.config.listener.v3.FilterChain.use_proxy_proto is deprecated.com.google.protobuf.BoolValueOrBuilder
getUseProxyProtoOrBuilder()
Deprecated.boolean
hasFilterChainMatch()
The criteria to use when matching a connection to this filter chain.int
hashCode()
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
hasTransportSocketConnectTimeout()
If present and nonzero, the amount of time to allow incoming connections to complete any transport socket negotiations.boolean
hasUseProxyProto()
Deprecated.envoy.config.listener.v3.FilterChain.use_proxy_proto is deprecated.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static FilterChain.Builder
newBuilder()
static FilterChain.Builder
newBuilder(FilterChain prototype)
FilterChain.Builder
newBuilderForType()
protected FilterChain.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static FilterChain
parseDelimitedFrom(java.io.InputStream input)
static FilterChain
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterChain
parseFrom(byte[] data)
static FilterChain
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterChain
parseFrom(com.google.protobuf.ByteString data)
static FilterChain
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterChain
parseFrom(com.google.protobuf.CodedInputStream input)
static FilterChain
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterChain
parseFrom(java.io.InputStream input)
static FilterChain
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterChain
parseFrom(java.nio.ByteBuffer data)
static FilterChain
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<FilterChain>
parser()
FilterChain.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
FILTER_CHAIN_MATCH_FIELD_NUMBER
public static final int FILTER_CHAIN_MATCH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
filterChainMatch_
private FilterChainMatch filterChainMatch_
-
FILTERS_FIELD_NUMBER
public static final int FILTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
filters_
private java.util.List<Filter> filters_
-
USE_PROXY_PROTO_FIELD_NUMBER
public static final int USE_PROXY_PROTO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
useProxyProto_
private com.google.protobuf.BoolValue useProxyProto_
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
metadata_
private Metadata metadata_
-
TRANSPORT_SOCKET_FIELD_NUMBER
public static final int TRANSPORT_SOCKET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
transportSocket_
private TransportSocket transportSocket_
-
TRANSPORT_SOCKET_CONNECT_TIMEOUT_FIELD_NUMBER
public static final int TRANSPORT_SOCKET_CONNECT_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
transportSocketConnectTimeout_
private com.google.protobuf.Duration transportSocketConnectTimeout_
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
name_
private volatile java.lang.Object name_
-
ON_DEMAND_CONFIGURATION_FIELD_NUMBER
public static final int ON_DEMAND_CONFIGURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
onDemandConfiguration_
private FilterChain.OnDemandConfiguration onDemandConfiguration_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final FilterChain DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<FilterChain> PARSER
-
-
Method Detail
-
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
-
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
public FilterChainMatch 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.
-
getFilterChainMatchOrBuilder
public FilterChainMatchOrBuilder 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
-
getFiltersList
public java.util.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. 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
-
getFiltersOrBuilderList
public java.util.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. 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
-
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
public 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. 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
-
getFiltersOrBuilder
public 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. 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
-
hasUseProxyProto
@Deprecated public boolean 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 public com.google.protobuf.BoolValue 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.
-
getUseProxyProtoOrBuilder
@Deprecated public com.google.protobuf.BoolValueOrBuilder 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
-
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
public Metadata getMetadata()
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
- Specified by:
getMetadata
in interfaceFilterChainOrBuilder
- Returns:
- The metadata.
-
getMetadataOrBuilder
public MetadataOrBuilder getMetadataOrBuilder()
[#not-implemented-hide:] filter chain metadata.
.envoy.config.core.v3.Metadata metadata = 5;
- Specified by:
getMetadataOrBuilder
in interfaceFilterChainOrBuilder
-
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
public TransportSocket 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.
-
getTransportSocketOrBuilder
public TransportSocketOrBuilder 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
-
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.
-
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
-
getName
public java.lang.String 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.
-
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
public 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;
- Specified by:
getOnDemandConfiguration
in interfaceFilterChainOrBuilder
- Returns:
- The onDemandConfiguration.
-
getOnDemandConfigurationOrBuilder
public 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;
- Specified by:
getOnDemandConfigurationOrBuilder
in interfaceFilterChainOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FilterChain parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FilterChain parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FilterChain parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FilterChain parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FilterChain parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FilterChain parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FilterChain parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FilterChain parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static FilterChain parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static FilterChain parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FilterChain parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FilterChain parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public FilterChain.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FilterChain.Builder newBuilder()
-
newBuilder
public static FilterChain.Builder newBuilder(FilterChain prototype)
-
toBuilder
public FilterChain.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FilterChain.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static FilterChain getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FilterChain> parser()
-
getParserForType
public com.google.protobuf.Parser<FilterChain> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public FilterChain getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-