Class Listener
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.config.listener.v3.Listener
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ListenerOrBuilder,Serializable
public final class Listener extends com.google.protobuf.GeneratedMessageV3 implements ListenerOrBuilder
[#next-free-field: 34]
Protobuf typeenvoy.config.listener.v3.Listener- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListener.Builder[#next-free-field: 34]static classListener.ConnectionBalanceConfigConfiguration for listener connection balancing.static interfaceListener.ConnectionBalanceConfigOrBuilderstatic classListener.DeprecatedV1[#not-implemented-hide:]static interfaceListener.DeprecatedV1OrBuilderstatic classListener.DrainTypeProtobuf enumenvoy.config.listener.v3.Listener.DrainTypestatic classListener.InternalListenerConfigConfiguration for envoy internal listener.static interfaceListener.InternalListenerConfigOrBuilderstatic classListener.ListenerSpecifierCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)AccessLoggetAccessLog(int index)Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.intgetAccessLogCount()Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.List<AccessLog>getAccessLogList()Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.AccessLogOrBuildergetAccessLogOrBuilder(int index)Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.List<? extends AccessLogOrBuilder>getAccessLogOrBuilderList()Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.AdditionalAddressgetAdditionalAddresses(int index)The additional addresses the listener should listen on.intgetAdditionalAddressesCount()The additional addresses the listener should listen on.List<AdditionalAddress>getAdditionalAddressesList()The additional addresses the listener should listen on.AdditionalAddressOrBuildergetAdditionalAddressesOrBuilder(int index)The additional addresses the listener should listen on.List<? extends AdditionalAddressOrBuilder>getAdditionalAddressesOrBuilderList()The additional addresses the listener should listen on.AddressgetAddress()The address that the listener should listen on.AddressOrBuildergetAddressOrBuilder()The address that the listener should listen on.ApiListenergetApiListener()Used to represent an API listener, which is used in non-proxy clients.ApiListenerOrBuildergetApiListenerOrBuilder()Used to represent an API listener, which is used in non-proxy clients.com.google.protobuf.BoolValuegetBindToPort()Whether the listener should bind to the port.com.google.protobuf.BoolValueOrBuildergetBindToPortOrBuilder()Whether the listener should bind to the port.Listener.ConnectionBalanceConfiggetConnectionBalanceConfig()The listener's connection balancer configuration, currently only applicable to TCP listeners.Listener.ConnectionBalanceConfigOrBuildergetConnectionBalanceConfigOrBuilder()The listener's connection balancer configuration, currently only applicable to TCP listeners.booleangetContinueOnListenerFiltersTimeout()Whether a connection should be created when listener filters timeout.FilterChaingetDefaultFilterChain()The default filter chain if none of the filter chain matches.FilterChainOrBuildergetDefaultFilterChainOrBuilder()The default filter chain if none of the filter chain matches.static ListenergetDefaultInstance()ListenergetDefaultInstanceForType()Listener.DeprecatedV1getDeprecatedV1()Deprecated.envoy.config.listener.v3.Listener.deprecated_v1 is deprecated.Listener.DeprecatedV1OrBuildergetDeprecatedV1OrBuilder()Deprecated.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Listener.DrainTypegetDrainType()The type of draining to perform at a listener-wide level.intgetDrainTypeValue()The type of draining to perform at a listener-wide level.booleangetEnableMptcp()Enable MPTCP (multi-path TCP) on this listener.com.google.protobuf.BoolValuegetEnableReusePort()When this flag is set to true, listeners set the ``SO_REUSEPORT`` socket option and create one socket for each worker thread.com.google.protobuf.BoolValueOrBuildergetEnableReusePortOrBuilder()When this flag is set to true, listeners set the ``SO_REUSEPORT`` socket option and create one socket for each worker thread.MatchergetFilterChainMatcher():ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties.MatcherOrBuildergetFilterChainMatcherOrBuilder():ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties.FilterChaingetFilterChains(int index)A list of filter chains to consider for this listener.intgetFilterChainsCount()A list of filter chains to consider for this listener.List<FilterChain>getFilterChainsList()A list of filter chains to consider for this listener.FilterChainOrBuildergetFilterChainsOrBuilder(int index)A list of filter chains to consider for this listener.List<? extends FilterChainOrBuilder>getFilterChainsOrBuilderList()A list of filter chains to consider for this listener.com.google.protobuf.BoolValuegetFreebind()Whether the listener should set the ``IP_FREEBIND`` socket option.com.google.protobuf.BoolValueOrBuildergetFreebindOrBuilder()Whether the listener should set the ``IP_FREEBIND`` socket option.booleangetIgnoreGlobalConnLimit()Whether the listener should limit connections based upon the value of :ref:`global_downstream_max_connections <config_overload_manager_limiting_connections>`.Listener.InternalListenerConfiggetInternalListener()Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to.Listener.InternalListenerConfigOrBuildergetInternalListenerOrBuilder()Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to.ListenerFiltergetListenerFilters(int index)Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.intgetListenerFiltersCount()Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.List<ListenerFilter>getListenerFiltersList()Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.ListenerFilterOrBuildergetListenerFiltersOrBuilder(int index)Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.List<? extends ListenerFilterOrBuilder>getListenerFiltersOrBuilderList()Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example.com.google.protobuf.DurationgetListenerFiltersTimeout()The timeout to wait for all listener filters to complete operation.com.google.protobuf.DurationOrBuildergetListenerFiltersTimeoutOrBuilder()The timeout to wait for all listener filters to complete operation.Listener.ListenerSpecifierCasegetListenerSpecifierCase()MetadatagetMetadata()Listener metadata.MetadataOrBuildergetMetadataOrBuilder()Listener metadata.StringgetName()The unique name by which this listener is known.com.google.protobuf.ByteStringgetNameBytes()The unique name by which this listener is known.com.google.protobuf.Parser<Listener>getParserForType()com.google.protobuf.UInt32ValuegetPerConnectionBufferLimitBytes()Soft limit on size of the listener’s new connection read and write buffers.com.google.protobuf.UInt32ValueOrBuildergetPerConnectionBufferLimitBytesOrBuilder()Soft limit on size of the listener’s new connection read and write buffers.booleangetReusePort()Deprecated.envoy.config.listener.v3.Listener.reuse_port is deprecated.intgetSerializedSize()SocketOptiongetSocketOptions(int index)Additional socket options that may not be present in Envoy source code or precompiled binaries.intgetSocketOptionsCount()Additional socket options that may not be present in Envoy source code or precompiled binaries.List<SocketOption>getSocketOptionsList()Additional socket options that may not be present in Envoy source code or precompiled binaries.SocketOptionOrBuildergetSocketOptionsOrBuilder(int index)Additional socket options that may not be present in Envoy source code or precompiled binaries.List<? extends SocketOptionOrBuilder>getSocketOptionsOrBuilderList()Additional socket options that may not be present in Envoy source code or precompiled binaries.StringgetStatPrefix()Optional prefix to use on listener stats.com.google.protobuf.ByteStringgetStatPrefixBytes()Optional prefix to use on listener stats.com.google.protobuf.UInt32ValuegetTcpBacklogSize()The maximum length a tcp listener's pending connections queue can grow to.com.google.protobuf.UInt32ValueOrBuildergetTcpBacklogSizeOrBuilder()The maximum length a tcp listener's pending connections queue can grow to.com.google.protobuf.UInt32ValuegetTcpFastOpenQueueLength()Whether the listener should accept TCP Fast Open (TFO) connections.com.google.protobuf.UInt32ValueOrBuildergetTcpFastOpenQueueLengthOrBuilder()Whether the listener should accept TCP Fast Open (TFO) connections.TrafficDirectiongetTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.intgetTrafficDirectionValue()Specifies the intended direction of the traffic relative to the local Envoy.com.google.protobuf.BoolValuegetTransparent()Whether the listener should be set as a transparent socket.com.google.protobuf.BoolValueOrBuildergetTransparentOrBuilder()Whether the listener should be set as a transparent socket.UdpListenerConfiggetUdpListenerConfig()If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.UdpListenerConfigOrBuildergetUdpListenerConfigOrBuilder()If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.com.google.protobuf.UnknownFieldSetgetUnknownFields()com.google.protobuf.BoolValuegetUseOriginalDst()If a connection is redirected using ``iptables``, the port on which the proxy receives it might be different from the original destination address.com.google.protobuf.BoolValueOrBuildergetUseOriginalDstOrBuilder()If a connection is redirected using ``iptables``, the port on which the proxy receives it might be different from the original destination address.booleanhasAddress()The address that the listener should listen on.booleanhasApiListener()Used to represent an API listener, which is used in non-proxy clients.booleanhasBindToPort()Whether the listener should bind to the port.booleanhasConnectionBalanceConfig()The listener's connection balancer configuration, currently only applicable to TCP listeners.booleanhasDefaultFilterChain()The default filter chain if none of the filter chain matches.booleanhasDeprecatedV1()Deprecated.envoy.config.listener.v3.Listener.deprecated_v1 is deprecated.booleanhasEnableReusePort()When this flag is set to true, listeners set the ``SO_REUSEPORT`` socket option and create one socket for each worker thread.booleanhasFilterChainMatcher():ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties.booleanhasFreebind()Whether the listener should set the ``IP_FREEBIND`` socket option.inthashCode()booleanhasInternalListener()Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to.booleanhasListenerFiltersTimeout()The timeout to wait for all listener filters to complete operation.booleanhasMetadata()Listener metadata.booleanhasPerConnectionBufferLimitBytes()Soft limit on size of the listener’s new connection read and write buffers.booleanhasTcpBacklogSize()The maximum length a tcp listener's pending connections queue can grow to.booleanhasTcpFastOpenQueueLength()Whether the listener should accept TCP Fast Open (TFO) connections.booleanhasTransparent()Whether the listener should be set as a transparent socket.booleanhasUdpListenerConfig()If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.booleanhasUseOriginalDst()If a connection is redirected using ``iptables``, the port on which the proxy receives it might be different from the original destination address.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Listener.BuildernewBuilder()static Listener.BuildernewBuilder(Listener prototype)Listener.BuildernewBuilderForType()protected Listener.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ListenerparseDelimitedFrom(InputStream input)static ListenerparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListenerparseFrom(byte[] data)static ListenerparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListenerparseFrom(com.google.protobuf.ByteString data)static ListenerparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListenerparseFrom(com.google.protobuf.CodedInputStream input)static ListenerparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListenerparseFrom(InputStream input)static ListenerparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListenerparseFrom(ByteBuffer data)static ListenerparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Listener>parser()Listener.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADDRESS_FIELD_NUMBER
public static final int ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADDITIONAL_ADDRESSES_FIELD_NUMBER
public static final int ADDITIONAL_ADDRESSES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STAT_PREFIX_FIELD_NUMBER
public static final int STAT_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILTER_CHAINS_FIELD_NUMBER
public static final int FILTER_CHAINS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILTER_CHAIN_MATCHER_FIELD_NUMBER
public static final int FILTER_CHAIN_MATCHER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USE_ORIGINAL_DST_FIELD_NUMBER
public static final int USE_ORIGINAL_DST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_FILTER_CHAIN_FIELD_NUMBER
public static final int DEFAULT_FILTER_CHAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PER_CONNECTION_BUFFER_LIMIT_BYTES_FIELD_NUMBER
public static final int PER_CONNECTION_BUFFER_LIMIT_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPRECATED_V1_FIELD_NUMBER
public static final int DEPRECATED_V1_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DRAIN_TYPE_FIELD_NUMBER
public static final int DRAIN_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LISTENER_FILTERS_FIELD_NUMBER
public static final int LISTENER_FILTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LISTENER_FILTERS_TIMEOUT_FIELD_NUMBER
public static final int LISTENER_FILTERS_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTINUE_ON_LISTENER_FILTERS_TIMEOUT_FIELD_NUMBER
public static final int CONTINUE_ON_LISTENER_FILTERS_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRANSPARENT_FIELD_NUMBER
public static final int TRANSPARENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FREEBIND_FIELD_NUMBER
public static final int FREEBIND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOCKET_OPTIONS_FIELD_NUMBER
public static final int SOCKET_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TCP_FAST_OPEN_QUEUE_LENGTH_FIELD_NUMBER
public static final int TCP_FAST_OPEN_QUEUE_LENGTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRAFFIC_DIRECTION_FIELD_NUMBER
public static final int TRAFFIC_DIRECTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UDP_LISTENER_CONFIG_FIELD_NUMBER
public static final int UDP_LISTENER_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
API_LISTENER_FIELD_NUMBER
public static final int API_LISTENER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONNECTION_BALANCE_CONFIG_FIELD_NUMBER
public static final int CONNECTION_BALANCE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REUSE_PORT_FIELD_NUMBER
public static final int REUSE_PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLE_REUSE_PORT_FIELD_NUMBER
public static final int ENABLE_REUSE_PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACCESS_LOG_FIELD_NUMBER
public static final int ACCESS_LOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TCP_BACKLOG_SIZE_FIELD_NUMBER
public static final int TCP_BACKLOG_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BIND_TO_PORT_FIELD_NUMBER
public static final int BIND_TO_PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTERNAL_LISTENER_FIELD_NUMBER
public static final int INTERNAL_LISTENER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLE_MPTCP_FIELD_NUMBER
public static final int ENABLE_MPTCP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IGNORE_GLOBAL_CONN_LIMIT_FIELD_NUMBER
public static final int IGNORE_GLOBAL_CONN_LIMIT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getListenerSpecifierCase
public Listener.ListenerSpecifierCase getListenerSpecifierCase()
- Specified by:
getListenerSpecifierCasein interfaceListenerOrBuilder
-
getName
public String getName()
The unique name by which this listener is known. If no name is provided, Envoy will allocate an internal UUID for the listener. If the listener is to be dynamically updated or removed via :ref:`LDS <config_listeners_lds>` a unique name must be provided.
string name = 1;- Specified by:
getNamein interfaceListenerOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The unique name by which this listener is known. If no name is provided, Envoy will allocate an internal UUID for the listener. If the listener is to be dynamically updated or removed via :ref:`LDS <config_listeners_lds>` a unique name must be provided.
string name = 1;- Specified by:
getNameBytesin interfaceListenerOrBuilder- Returns:
- The bytes for name.
-
hasAddress
public boolean hasAddress()
The address that the listener should listen on. In general, the address must be unique, though that is governed by the bind rules of the OS. E.g., multiple listeners can listen on port 0 on Linux as the actual port will be allocated by the OS. Required unless ``api_listener`` or ``listener_specifier`` is populated.
.envoy.config.core.v3.Address address = 2;- Specified by:
hasAddressin interfaceListenerOrBuilder- Returns:
- Whether the address field is set.
-
getAddress
public Address getAddress()
The address that the listener should listen on. In general, the address must be unique, though that is governed by the bind rules of the OS. E.g., multiple listeners can listen on port 0 on Linux as the actual port will be allocated by the OS. Required unless ``api_listener`` or ``listener_specifier`` is populated.
.envoy.config.core.v3.Address address = 2;- Specified by:
getAddressin interfaceListenerOrBuilder- Returns:
- The address.
-
getAddressOrBuilder
public AddressOrBuilder getAddressOrBuilder()
The address that the listener should listen on. In general, the address must be unique, though that is governed by the bind rules of the OS. E.g., multiple listeners can listen on port 0 on Linux as the actual port will be allocated by the OS. Required unless ``api_listener`` or ``listener_specifier`` is populated.
.envoy.config.core.v3.Address address = 2;- Specified by:
getAddressOrBuilderin interfaceListenerOrBuilder
-
getAdditionalAddressesList
public List<AdditionalAddress> getAdditionalAddressesList()
The additional addresses the listener should listen on. The addresses must be unique across all listeners. Multiple addresses with port 0 can be supplied. When using multiple addresses in a single listener, all addresses use the same protocol, and multiple internal addresses are not supported. [#not-implemented-hide:]
repeated .envoy.config.listener.v3.AdditionalAddress additional_addresses = 33;- Specified by:
getAdditionalAddressesListin interfaceListenerOrBuilder
-
getAdditionalAddressesOrBuilderList
public List<? extends AdditionalAddressOrBuilder> getAdditionalAddressesOrBuilderList()
The additional addresses the listener should listen on. The addresses must be unique across all listeners. Multiple addresses with port 0 can be supplied. When using multiple addresses in a single listener, all addresses use the same protocol, and multiple internal addresses are not supported. [#not-implemented-hide:]
repeated .envoy.config.listener.v3.AdditionalAddress additional_addresses = 33;- Specified by:
getAdditionalAddressesOrBuilderListin interfaceListenerOrBuilder
-
getAdditionalAddressesCount
public int getAdditionalAddressesCount()
The additional addresses the listener should listen on. The addresses must be unique across all listeners. Multiple addresses with port 0 can be supplied. When using multiple addresses in a single listener, all addresses use the same protocol, and multiple internal addresses are not supported. [#not-implemented-hide:]
repeated .envoy.config.listener.v3.AdditionalAddress additional_addresses = 33;- Specified by:
getAdditionalAddressesCountin interfaceListenerOrBuilder
-
getAdditionalAddresses
public AdditionalAddress getAdditionalAddresses(int index)
The additional addresses the listener should listen on. The addresses must be unique across all listeners. Multiple addresses with port 0 can be supplied. When using multiple addresses in a single listener, all addresses use the same protocol, and multiple internal addresses are not supported. [#not-implemented-hide:]
repeated .envoy.config.listener.v3.AdditionalAddress additional_addresses = 33;- Specified by:
getAdditionalAddressesin interfaceListenerOrBuilder
-
getAdditionalAddressesOrBuilder
public AdditionalAddressOrBuilder getAdditionalAddressesOrBuilder(int index)
The additional addresses the listener should listen on. The addresses must be unique across all listeners. Multiple addresses with port 0 can be supplied. When using multiple addresses in a single listener, all addresses use the same protocol, and multiple internal addresses are not supported. [#not-implemented-hide:]
repeated .envoy.config.listener.v3.AdditionalAddress additional_addresses = 33;- Specified by:
getAdditionalAddressesOrBuilderin interfaceListenerOrBuilder
-
getStatPrefix
public String getStatPrefix()
Optional prefix to use on listener stats. If empty, the stats will be rooted at ``listener.<address as string>.``. If non-empty, stats will be rooted at ``listener.<stat_prefix>.``.
string stat_prefix = 28;- Specified by:
getStatPrefixin interfaceListenerOrBuilder- Returns:
- The statPrefix.
-
getStatPrefixBytes
public com.google.protobuf.ByteString getStatPrefixBytes()
Optional prefix to use on listener stats. If empty, the stats will be rooted at ``listener.<address as string>.``. If non-empty, stats will be rooted at ``listener.<stat_prefix>.``.
string stat_prefix = 28;- Specified by:
getStatPrefixBytesin interfaceListenerOrBuilder- Returns:
- The bytes for statPrefix.
-
getFilterChainsList
public List<FilterChain> getFilterChainsList()
A list of filter chains to consider for this listener. The :ref:`FilterChain <envoy_v3_api_msg_config.listener.v3.FilterChain>` with the most specific :ref:`FilterChainMatch <envoy_v3_api_msg_config.listener.v3.FilterChainMatch>` criteria is used on a connection. Example using SNI for filter chain selection can be found in the :ref:`FAQ entry <faq_how_to_setup_sni>`.
repeated .envoy.config.listener.v3.FilterChain filter_chains = 3;- Specified by:
getFilterChainsListin interfaceListenerOrBuilder
-
getFilterChainsOrBuilderList
public List<? extends FilterChainOrBuilder> getFilterChainsOrBuilderList()
A list of filter chains to consider for this listener. The :ref:`FilterChain <envoy_v3_api_msg_config.listener.v3.FilterChain>` with the most specific :ref:`FilterChainMatch <envoy_v3_api_msg_config.listener.v3.FilterChainMatch>` criteria is used on a connection. Example using SNI for filter chain selection can be found in the :ref:`FAQ entry <faq_how_to_setup_sni>`.
repeated .envoy.config.listener.v3.FilterChain filter_chains = 3;- Specified by:
getFilterChainsOrBuilderListin interfaceListenerOrBuilder
-
getFilterChainsCount
public int getFilterChainsCount()
A list of filter chains to consider for this listener. The :ref:`FilterChain <envoy_v3_api_msg_config.listener.v3.FilterChain>` with the most specific :ref:`FilterChainMatch <envoy_v3_api_msg_config.listener.v3.FilterChainMatch>` criteria is used on a connection. Example using SNI for filter chain selection can be found in the :ref:`FAQ entry <faq_how_to_setup_sni>`.
repeated .envoy.config.listener.v3.FilterChain filter_chains = 3;- Specified by:
getFilterChainsCountin interfaceListenerOrBuilder
-
getFilterChains
public FilterChain getFilterChains(int index)
A list of filter chains to consider for this listener. The :ref:`FilterChain <envoy_v3_api_msg_config.listener.v3.FilterChain>` with the most specific :ref:`FilterChainMatch <envoy_v3_api_msg_config.listener.v3.FilterChainMatch>` criteria is used on a connection. Example using SNI for filter chain selection can be found in the :ref:`FAQ entry <faq_how_to_setup_sni>`.
repeated .envoy.config.listener.v3.FilterChain filter_chains = 3;- Specified by:
getFilterChainsin interfaceListenerOrBuilder
-
getFilterChainsOrBuilder
public FilterChainOrBuilder getFilterChainsOrBuilder(int index)
A list of filter chains to consider for this listener. The :ref:`FilterChain <envoy_v3_api_msg_config.listener.v3.FilterChain>` with the most specific :ref:`FilterChainMatch <envoy_v3_api_msg_config.listener.v3.FilterChainMatch>` criteria is used on a connection. Example using SNI for filter chain selection can be found in the :ref:`FAQ entry <faq_how_to_setup_sni>`.
repeated .envoy.config.listener.v3.FilterChain filter_chains = 3;- Specified by:
getFilterChainsOrBuilderin interfaceListenerOrBuilder
-
hasFilterChainMatcher
public boolean hasFilterChainMatcher()
:ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties. This matcher is used as a replacement for the filter chain match condition :ref:`filter_chain_match <envoy_v3_api_field_config.listener.v3.FilterChain.filter_chain_match>`. If specified, all :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>` must have a non-empty and unique :ref:`name <envoy_v3_api_field_config.listener.v3.FilterChain.name>` field and not specify :ref:`filter_chain_match <envoy_v3_api_field_config.listener.v3.FilterChain.filter_chain_match>` field. .. note:: Once matched, each connection is permanently bound to its filter chain. If the matcher changes but the filter chain remains the same, the connections bound to the filter chain are not drained. If, however, the filter chain is removed or structurally modified, then the drain for its connections is initiated.
.xds.type.matcher.v3.Matcher filter_chain_matcher = 32 [(.xds.annotations.v3.field_status) = { ... }- Specified by:
hasFilterChainMatcherin interfaceListenerOrBuilder- Returns:
- Whether the filterChainMatcher field is set.
-
getFilterChainMatcher
public Matcher getFilterChainMatcher()
:ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties. This matcher is used as a replacement for the filter chain match condition :ref:`filter_chain_match <envoy_v3_api_field_config.listener.v3.FilterChain.filter_chain_match>`. If specified, all :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>` must have a non-empty and unique :ref:`name <envoy_v3_api_field_config.listener.v3.FilterChain.name>` field and not specify :ref:`filter_chain_match <envoy_v3_api_field_config.listener.v3.FilterChain.filter_chain_match>` field. .. note:: Once matched, each connection is permanently bound to its filter chain. If the matcher changes but the filter chain remains the same, the connections bound to the filter chain are not drained. If, however, the filter chain is removed or structurally modified, then the drain for its connections is initiated.
.xds.type.matcher.v3.Matcher filter_chain_matcher = 32 [(.xds.annotations.v3.field_status) = { ... }- Specified by:
getFilterChainMatcherin interfaceListenerOrBuilder- Returns:
- The filterChainMatcher.
-
getFilterChainMatcherOrBuilder
public MatcherOrBuilder getFilterChainMatcherOrBuilder()
:ref:`Matcher API <arch_overview_matching_listener>` resolving the filter chain name from the network properties. This matcher is used as a replacement for the filter chain match condition :ref:`filter_chain_match <envoy_v3_api_field_config.listener.v3.FilterChain.filter_chain_match>`. If specified, all :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>` must have a non-empty and unique :ref:`name <envoy_v3_api_field_config.listener.v3.FilterChain.name>` field and not specify :ref:`filter_chain_match <envoy_v3_api_field_config.listener.v3.FilterChain.filter_chain_match>` field. .. note:: Once matched, each connection is permanently bound to its filter chain. If the matcher changes but the filter chain remains the same, the connections bound to the filter chain are not drained. If, however, the filter chain is removed or structurally modified, then the drain for its connections is initiated.
.xds.type.matcher.v3.Matcher filter_chain_matcher = 32 [(.xds.annotations.v3.field_status) = { ... }- Specified by:
getFilterChainMatcherOrBuilderin interfaceListenerOrBuilder
-
hasUseOriginalDst
public boolean hasUseOriginalDst()
If a connection is redirected using ``iptables``, the port on which the proxy receives it might be different from the original destination address. When this flag is set to true, the listener hands off redirected connections to the listener associated with the original destination address. If there is no listener associated with the original destination address, the connection is handled by the listener that receives it. Defaults to false.
.google.protobuf.BoolValue use_original_dst = 4;- Specified by:
hasUseOriginalDstin interfaceListenerOrBuilder- Returns:
- Whether the useOriginalDst field is set.
-
getUseOriginalDst
public com.google.protobuf.BoolValue getUseOriginalDst()
If a connection is redirected using ``iptables``, the port on which the proxy receives it might be different from the original destination address. When this flag is set to true, the listener hands off redirected connections to the listener associated with the original destination address. If there is no listener associated with the original destination address, the connection is handled by the listener that receives it. Defaults to false.
.google.protobuf.BoolValue use_original_dst = 4;- Specified by:
getUseOriginalDstin interfaceListenerOrBuilder- Returns:
- The useOriginalDst.
-
getUseOriginalDstOrBuilder
public com.google.protobuf.BoolValueOrBuilder getUseOriginalDstOrBuilder()
If a connection is redirected using ``iptables``, the port on which the proxy receives it might be different from the original destination address. When this flag is set to true, the listener hands off redirected connections to the listener associated with the original destination address. If there is no listener associated with the original destination address, the connection is handled by the listener that receives it. Defaults to false.
.google.protobuf.BoolValue use_original_dst = 4;- Specified by:
getUseOriginalDstOrBuilderin interfaceListenerOrBuilder
-
hasDefaultFilterChain
public boolean hasDefaultFilterChain()
The default filter chain if none of the filter chain matches. If no default filter chain is supplied, the connection will be closed. The filter chain match is ignored in this field.
.envoy.config.listener.v3.FilterChain default_filter_chain = 25;- Specified by:
hasDefaultFilterChainin interfaceListenerOrBuilder- Returns:
- Whether the defaultFilterChain field is set.
-
getDefaultFilterChain
public FilterChain getDefaultFilterChain()
The default filter chain if none of the filter chain matches. If no default filter chain is supplied, the connection will be closed. The filter chain match is ignored in this field.
.envoy.config.listener.v3.FilterChain default_filter_chain = 25;- Specified by:
getDefaultFilterChainin interfaceListenerOrBuilder- Returns:
- The defaultFilterChain.
-
getDefaultFilterChainOrBuilder
public FilterChainOrBuilder getDefaultFilterChainOrBuilder()
The default filter chain if none of the filter chain matches. If no default filter chain is supplied, the connection will be closed. The filter chain match is ignored in this field.
.envoy.config.listener.v3.FilterChain default_filter_chain = 25;- Specified by:
getDefaultFilterChainOrBuilderin interfaceListenerOrBuilder
-
hasPerConnectionBufferLimitBytes
public boolean hasPerConnectionBufferLimitBytes()
Soft limit on size of the listener’s new connection read and write buffers. If unspecified, an implementation defined default is applied (1MiB).
.google.protobuf.UInt32Value per_connection_buffer_limit_bytes = 5 [(.udpa.annotations.security) = { ... }- Specified by:
hasPerConnectionBufferLimitBytesin interfaceListenerOrBuilder- Returns:
- Whether the perConnectionBufferLimitBytes field is set.
-
getPerConnectionBufferLimitBytes
public com.google.protobuf.UInt32Value getPerConnectionBufferLimitBytes()
Soft limit on size of the listener’s new connection read and write buffers. If unspecified, an implementation defined default is applied (1MiB).
.google.protobuf.UInt32Value per_connection_buffer_limit_bytes = 5 [(.udpa.annotations.security) = { ... }- Specified by:
getPerConnectionBufferLimitBytesin interfaceListenerOrBuilder- Returns:
- The perConnectionBufferLimitBytes.
-
getPerConnectionBufferLimitBytesOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getPerConnectionBufferLimitBytesOrBuilder()
Soft limit on size of the listener’s new connection read and write buffers. If unspecified, an implementation defined default is applied (1MiB).
.google.protobuf.UInt32Value per_connection_buffer_limit_bytes = 5 [(.udpa.annotations.security) = { ... }- Specified by:
getPerConnectionBufferLimitBytesOrBuilderin interfaceListenerOrBuilder
-
hasMetadata
public boolean hasMetadata()
Listener metadata.
.envoy.config.core.v3.Metadata metadata = 6;- Specified by:
hasMetadatain interfaceListenerOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
public Metadata getMetadata()
Listener metadata.
.envoy.config.core.v3.Metadata metadata = 6;- Specified by:
getMetadatain interfaceListenerOrBuilder- Returns:
- The metadata.
-
getMetadataOrBuilder
public MetadataOrBuilder getMetadataOrBuilder()
Listener metadata.
.envoy.config.core.v3.Metadata metadata = 6;- Specified by:
getMetadataOrBuilderin interfaceListenerOrBuilder
-
hasDeprecatedV1
@Deprecated public boolean hasDeprecatedV1()
Deprecated.envoy.config.listener.v3.Listener.deprecated_v1 is deprecated. See envoy/config/listener/v3/listener.proto;l=182[#not-implemented-hide:]
.envoy.config.listener.v3.Listener.DeprecatedV1 deprecated_v1 = 7 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
hasDeprecatedV1in interfaceListenerOrBuilder- Returns:
- Whether the deprecatedV1 field is set.
-
getDeprecatedV1
@Deprecated public Listener.DeprecatedV1 getDeprecatedV1()
Deprecated.envoy.config.listener.v3.Listener.deprecated_v1 is deprecated. See envoy/config/listener/v3/listener.proto;l=182[#not-implemented-hide:]
.envoy.config.listener.v3.Listener.DeprecatedV1 deprecated_v1 = 7 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getDeprecatedV1in interfaceListenerOrBuilder- Returns:
- The deprecatedV1.
-
getDeprecatedV1OrBuilder
@Deprecated public Listener.DeprecatedV1OrBuilder getDeprecatedV1OrBuilder()
Deprecated.[#not-implemented-hide:]
.envoy.config.listener.v3.Listener.DeprecatedV1 deprecated_v1 = 7 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getDeprecatedV1OrBuilderin interfaceListenerOrBuilder
-
getDrainTypeValue
public int getDrainTypeValue()
The type of draining to perform at a listener-wide level.
.envoy.config.listener.v3.Listener.DrainType drain_type = 8;- Specified by:
getDrainTypeValuein interfaceListenerOrBuilder- Returns:
- The enum numeric value on the wire for drainType.
-
getDrainType
public Listener.DrainType getDrainType()
The type of draining to perform at a listener-wide level.
.envoy.config.listener.v3.Listener.DrainType drain_type = 8;- Specified by:
getDrainTypein interfaceListenerOrBuilder- Returns:
- The drainType.
-
getListenerFiltersList
public List<ListenerFilter> getListenerFiltersList()
Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example. These filters are run before any in :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>`. Order matters as the filters are processed sequentially right after a socket has been accepted by the listener, and before a connection is created. UDP Listener filters can be specified when the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`.
repeated .envoy.config.listener.v3.ListenerFilter listener_filters = 9;- Specified by:
getListenerFiltersListin interfaceListenerOrBuilder
-
getListenerFiltersOrBuilderList
public List<? extends ListenerFilterOrBuilder> getListenerFiltersOrBuilderList()
Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example. These filters are run before any in :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>`. Order matters as the filters are processed sequentially right after a socket has been accepted by the listener, and before a connection is created. UDP Listener filters can be specified when the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`.
repeated .envoy.config.listener.v3.ListenerFilter listener_filters = 9;- Specified by:
getListenerFiltersOrBuilderListin interfaceListenerOrBuilder
-
getListenerFiltersCount
public int getListenerFiltersCount()
Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example. These filters are run before any in :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>`. Order matters as the filters are processed sequentially right after a socket has been accepted by the listener, and before a connection is created. UDP Listener filters can be specified when the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`.
repeated .envoy.config.listener.v3.ListenerFilter listener_filters = 9;- Specified by:
getListenerFiltersCountin interfaceListenerOrBuilder
-
getListenerFilters
public ListenerFilter getListenerFilters(int index)
Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example. These filters are run before any in :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>`. Order matters as the filters are processed sequentially right after a socket has been accepted by the listener, and before a connection is created. UDP Listener filters can be specified when the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`.
repeated .envoy.config.listener.v3.ListenerFilter listener_filters = 9;- Specified by:
getListenerFiltersin interfaceListenerOrBuilder
-
getListenerFiltersOrBuilder
public ListenerFilterOrBuilder getListenerFiltersOrBuilder(int index)
Listener filters have the opportunity to manipulate and augment the connection metadata that is used in connection filter chain matching, for example. These filters are run before any in :ref:`filter_chains <envoy_v3_api_field_config.listener.v3.Listener.filter_chains>`. Order matters as the filters are processed sequentially right after a socket has been accepted by the listener, and before a connection is created. UDP Listener filters can be specified when the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`.
repeated .envoy.config.listener.v3.ListenerFilter listener_filters = 9;- Specified by:
getListenerFiltersOrBuilderin interfaceListenerOrBuilder
-
hasListenerFiltersTimeout
public boolean hasListenerFiltersTimeout()
The timeout to wait for all listener filters to complete operation. If the timeout is reached, the accepted socket is closed without a connection being created unless ``continue_on_listener_filters_timeout`` is set to true. Specify 0 to disable the timeout. If not specified, a default timeout of 15s is used.
.google.protobuf.Duration listener_filters_timeout = 15;- Specified by:
hasListenerFiltersTimeoutin interfaceListenerOrBuilder- Returns:
- Whether the listenerFiltersTimeout field is set.
-
getListenerFiltersTimeout
public com.google.protobuf.Duration getListenerFiltersTimeout()
The timeout to wait for all listener filters to complete operation. If the timeout is reached, the accepted socket is closed without a connection being created unless ``continue_on_listener_filters_timeout`` is set to true. Specify 0 to disable the timeout. If not specified, a default timeout of 15s is used.
.google.protobuf.Duration listener_filters_timeout = 15;- Specified by:
getListenerFiltersTimeoutin interfaceListenerOrBuilder- Returns:
- The listenerFiltersTimeout.
-
getListenerFiltersTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getListenerFiltersTimeoutOrBuilder()
The timeout to wait for all listener filters to complete operation. If the timeout is reached, the accepted socket is closed without a connection being created unless ``continue_on_listener_filters_timeout`` is set to true. Specify 0 to disable the timeout. If not specified, a default timeout of 15s is used.
.google.protobuf.Duration listener_filters_timeout = 15;- Specified by:
getListenerFiltersTimeoutOrBuilderin interfaceListenerOrBuilder
-
getContinueOnListenerFiltersTimeout
public boolean getContinueOnListenerFiltersTimeout()
Whether a connection should be created when listener filters timeout. Default is false. .. attention:: Some listener filters, such as :ref:`Proxy Protocol filter <config_listener_filters_proxy_protocol>`, should not be used with this option. It will cause unexpected behavior when a connection is created.
bool continue_on_listener_filters_timeout = 17;- Specified by:
getContinueOnListenerFiltersTimeoutin interfaceListenerOrBuilder- Returns:
- The continueOnListenerFiltersTimeout.
-
hasTransparent
public boolean hasTransparent()
Whether the listener should be set as a transparent socket. When this flag is set to true, connections can be redirected to the listener using an ``iptables`` ``TPROXY`` target, in which case the original source and destination addresses and ports are preserved on accepted connections. This flag should be used in combination with :ref:`an original_dst <config_listener_filters_original_dst>` :ref:`listener filter <envoy_v3_api_field_config.listener.v3.Listener.listener_filters>` to mark the connections' local addresses as "restored." This can be used to hand off each redirected connection to another listener associated with the connection's destination address. Direct connections to the socket without using ``TPROXY`` cannot be distinguished from connections redirected using ``TPROXY`` and are therefore treated as if they were redirected. When this flag is set to false, the listener's socket is explicitly reset as non-transparent. Setting this flag requires Envoy to run with the ``CAP_NET_ADMIN`` capability. When this flag is not set (default), the socket is not modified, i.e. the transparent option is neither set nor reset.
.google.protobuf.BoolValue transparent = 10;- Specified by:
hasTransparentin interfaceListenerOrBuilder- Returns:
- Whether the transparent field is set.
-
getTransparent
public com.google.protobuf.BoolValue getTransparent()
Whether the listener should be set as a transparent socket. When this flag is set to true, connections can be redirected to the listener using an ``iptables`` ``TPROXY`` target, in which case the original source and destination addresses and ports are preserved on accepted connections. This flag should be used in combination with :ref:`an original_dst <config_listener_filters_original_dst>` :ref:`listener filter <envoy_v3_api_field_config.listener.v3.Listener.listener_filters>` to mark the connections' local addresses as "restored." This can be used to hand off each redirected connection to another listener associated with the connection's destination address. Direct connections to the socket without using ``TPROXY`` cannot be distinguished from connections redirected using ``TPROXY`` and are therefore treated as if they were redirected. When this flag is set to false, the listener's socket is explicitly reset as non-transparent. Setting this flag requires Envoy to run with the ``CAP_NET_ADMIN`` capability. When this flag is not set (default), the socket is not modified, i.e. the transparent option is neither set nor reset.
.google.protobuf.BoolValue transparent = 10;- Specified by:
getTransparentin interfaceListenerOrBuilder- Returns:
- The transparent.
-
getTransparentOrBuilder
public com.google.protobuf.BoolValueOrBuilder getTransparentOrBuilder()
Whether the listener should be set as a transparent socket. When this flag is set to true, connections can be redirected to the listener using an ``iptables`` ``TPROXY`` target, in which case the original source and destination addresses and ports are preserved on accepted connections. This flag should be used in combination with :ref:`an original_dst <config_listener_filters_original_dst>` :ref:`listener filter <envoy_v3_api_field_config.listener.v3.Listener.listener_filters>` to mark the connections' local addresses as "restored." This can be used to hand off each redirected connection to another listener associated with the connection's destination address. Direct connections to the socket without using ``TPROXY`` cannot be distinguished from connections redirected using ``TPROXY`` and are therefore treated as if they were redirected. When this flag is set to false, the listener's socket is explicitly reset as non-transparent. Setting this flag requires Envoy to run with the ``CAP_NET_ADMIN`` capability. When this flag is not set (default), the socket is not modified, i.e. the transparent option is neither set nor reset.
.google.protobuf.BoolValue transparent = 10;- Specified by:
getTransparentOrBuilderin interfaceListenerOrBuilder
-
hasFreebind
public boolean hasFreebind()
Whether the listener should set the ``IP_FREEBIND`` socket option. When this flag is set to true, listeners can be bound to an IP address that is not configured on the system running Envoy. When this flag is set to false, the option ``IP_FREEBIND`` is disabled on the socket. When this flag is not set (default), the socket is not modified, i.e. the option is neither enabled nor disabled.
.google.protobuf.BoolValue freebind = 11;- Specified by:
hasFreebindin interfaceListenerOrBuilder- Returns:
- Whether the freebind field is set.
-
getFreebind
public com.google.protobuf.BoolValue getFreebind()
Whether the listener should set the ``IP_FREEBIND`` socket option. When this flag is set to true, listeners can be bound to an IP address that is not configured on the system running Envoy. When this flag is set to false, the option ``IP_FREEBIND`` is disabled on the socket. When this flag is not set (default), the socket is not modified, i.e. the option is neither enabled nor disabled.
.google.protobuf.BoolValue freebind = 11;- Specified by:
getFreebindin interfaceListenerOrBuilder- Returns:
- The freebind.
-
getFreebindOrBuilder
public com.google.protobuf.BoolValueOrBuilder getFreebindOrBuilder()
Whether the listener should set the ``IP_FREEBIND`` socket option. When this flag is set to true, listeners can be bound to an IP address that is not configured on the system running Envoy. When this flag is set to false, the option ``IP_FREEBIND`` is disabled on the socket. When this flag is not set (default), the socket is not modified, i.e. the option is neither enabled nor disabled.
.google.protobuf.BoolValue freebind = 11;- Specified by:
getFreebindOrBuilderin interfaceListenerOrBuilder
-
getSocketOptionsList
public List<SocketOption> getSocketOptionsList()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 13;- Specified by:
getSocketOptionsListin interfaceListenerOrBuilder
-
getSocketOptionsOrBuilderList
public List<? extends SocketOptionOrBuilder> getSocketOptionsOrBuilderList()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 13;- Specified by:
getSocketOptionsOrBuilderListin interfaceListenerOrBuilder
-
getSocketOptionsCount
public int getSocketOptionsCount()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 13;- Specified by:
getSocketOptionsCountin interfaceListenerOrBuilder
-
getSocketOptions
public SocketOption getSocketOptions(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 13;- Specified by:
getSocketOptionsin interfaceListenerOrBuilder
-
getSocketOptionsOrBuilder
public SocketOptionOrBuilder getSocketOptionsOrBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 13;- Specified by:
getSocketOptionsOrBuilderin interfaceListenerOrBuilder
-
hasTcpFastOpenQueueLength
public boolean hasTcpFastOpenQueueLength()
Whether the listener should accept TCP Fast Open (TFO) connections. When this flag is set to a value greater than 0, the option TCP_FASTOPEN is enabled on the socket, with a queue length of the specified size (see `details in RFC7413 <https://tools.ietf.org/html/rfc7413#section-5.1>`_). When this flag is set to 0, the option TCP_FASTOPEN is disabled on the socket. When this flag is not set (default), the socket is not modified, i.e. the option is neither enabled nor disabled. On Linux, the net.ipv4.tcp_fastopen kernel parameter must include flag 0x2 to enable TCP_FASTOPEN. See `ip-sysctl.txt <https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt>`_. On macOS, only values of 0, 1, and unset are valid; other values may result in an error. To set the queue length on macOS, set the net.inet.tcp.fastopen_backlog kernel parameter.
.google.protobuf.UInt32Value tcp_fast_open_queue_length = 12;- Specified by:
hasTcpFastOpenQueueLengthin interfaceListenerOrBuilder- Returns:
- Whether the tcpFastOpenQueueLength field is set.
-
getTcpFastOpenQueueLength
public com.google.protobuf.UInt32Value getTcpFastOpenQueueLength()
Whether the listener should accept TCP Fast Open (TFO) connections. When this flag is set to a value greater than 0, the option TCP_FASTOPEN is enabled on the socket, with a queue length of the specified size (see `details in RFC7413 <https://tools.ietf.org/html/rfc7413#section-5.1>`_). When this flag is set to 0, the option TCP_FASTOPEN is disabled on the socket. When this flag is not set (default), the socket is not modified, i.e. the option is neither enabled nor disabled. On Linux, the net.ipv4.tcp_fastopen kernel parameter must include flag 0x2 to enable TCP_FASTOPEN. See `ip-sysctl.txt <https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt>`_. On macOS, only values of 0, 1, and unset are valid; other values may result in an error. To set the queue length on macOS, set the net.inet.tcp.fastopen_backlog kernel parameter.
.google.protobuf.UInt32Value tcp_fast_open_queue_length = 12;- Specified by:
getTcpFastOpenQueueLengthin interfaceListenerOrBuilder- Returns:
- The tcpFastOpenQueueLength.
-
getTcpFastOpenQueueLengthOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getTcpFastOpenQueueLengthOrBuilder()
Whether the listener should accept TCP Fast Open (TFO) connections. When this flag is set to a value greater than 0, the option TCP_FASTOPEN is enabled on the socket, with a queue length of the specified size (see `details in RFC7413 <https://tools.ietf.org/html/rfc7413#section-5.1>`_). When this flag is set to 0, the option TCP_FASTOPEN is disabled on the socket. When this flag is not set (default), the socket is not modified, i.e. the option is neither enabled nor disabled. On Linux, the net.ipv4.tcp_fastopen kernel parameter must include flag 0x2 to enable TCP_FASTOPEN. See `ip-sysctl.txt <https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt>`_. On macOS, only values of 0, 1, and unset are valid; other values may result in an error. To set the queue length on macOS, set the net.inet.tcp.fastopen_backlog kernel parameter.
.google.protobuf.UInt32Value tcp_fast_open_queue_length = 12;- Specified by:
getTcpFastOpenQueueLengthOrBuilderin interfaceListenerOrBuilder
-
getTrafficDirectionValue
public int getTrafficDirectionValue()
Specifies the intended direction of the traffic relative to the local Envoy. This property is required on Windows for listeners using the original destination filter, see :ref:`Original Destination <config_listener_filters_original_dst>`.
.envoy.config.core.v3.TrafficDirection traffic_direction = 16;- Specified by:
getTrafficDirectionValuein interfaceListenerOrBuilder- Returns:
- The enum numeric value on the wire for trafficDirection.
-
getTrafficDirection
public TrafficDirection getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy. This property is required on Windows for listeners using the original destination filter, see :ref:`Original Destination <config_listener_filters_original_dst>`.
.envoy.config.core.v3.TrafficDirection traffic_direction = 16;- Specified by:
getTrafficDirectionin interfaceListenerOrBuilder- Returns:
- The trafficDirection.
-
hasUdpListenerConfig
public boolean hasUdpListenerConfig()
If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.
.envoy.config.listener.v3.UdpListenerConfig udp_listener_config = 18;- Specified by:
hasUdpListenerConfigin interfaceListenerOrBuilder- Returns:
- Whether the udpListenerConfig field is set.
-
getUdpListenerConfig
public UdpListenerConfig getUdpListenerConfig()
If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.
.envoy.config.listener.v3.UdpListenerConfig udp_listener_config = 18;- Specified by:
getUdpListenerConfigin interfaceListenerOrBuilder- Returns:
- The udpListenerConfig.
-
getUdpListenerConfigOrBuilder
public UdpListenerConfigOrBuilder getUdpListenerConfigOrBuilder()
If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.
.envoy.config.listener.v3.UdpListenerConfig udp_listener_config = 18;- Specified by:
getUdpListenerConfigOrBuilderin interfaceListenerOrBuilder
-
hasApiListener
public boolean hasApiListener()
Used to represent an API listener, which is used in non-proxy clients. The type of API exposed to the non-proxy application depends on the type of API listener. When this field is set, no other field except for :ref:`name<envoy_v3_api_field_config.listener.v3.Listener.name>` should be set. .. note:: Currently only one ApiListener can be installed; and it can only be done via bootstrap config, not LDS. [#next-major-version: In the v3 API, instead of this messy approach where the socket listener fields are directly in the top-level Listener message and the API listener types are in the ApiListener message, the socket listener messages should be in their own message, and the top-level Listener should essentially be a oneof that selects between the socket listener and the various types of API listener. That way, a given Listener message can structurally only contain the fields of the relevant type.]
.envoy.config.listener.v3.ApiListener api_listener = 19;- Specified by:
hasApiListenerin interfaceListenerOrBuilder- Returns:
- Whether the apiListener field is set.
-
getApiListener
public ApiListener getApiListener()
Used to represent an API listener, which is used in non-proxy clients. The type of API exposed to the non-proxy application depends on the type of API listener. When this field is set, no other field except for :ref:`name<envoy_v3_api_field_config.listener.v3.Listener.name>` should be set. .. note:: Currently only one ApiListener can be installed; and it can only be done via bootstrap config, not LDS. [#next-major-version: In the v3 API, instead of this messy approach where the socket listener fields are directly in the top-level Listener message and the API listener types are in the ApiListener message, the socket listener messages should be in their own message, and the top-level Listener should essentially be a oneof that selects between the socket listener and the various types of API listener. That way, a given Listener message can structurally only contain the fields of the relevant type.]
.envoy.config.listener.v3.ApiListener api_listener = 19;- Specified by:
getApiListenerin interfaceListenerOrBuilder- Returns:
- The apiListener.
-
getApiListenerOrBuilder
public ApiListenerOrBuilder getApiListenerOrBuilder()
Used to represent an API listener, which is used in non-proxy clients. The type of API exposed to the non-proxy application depends on the type of API listener. When this field is set, no other field except for :ref:`name<envoy_v3_api_field_config.listener.v3.Listener.name>` should be set. .. note:: Currently only one ApiListener can be installed; and it can only be done via bootstrap config, not LDS. [#next-major-version: In the v3 API, instead of this messy approach where the socket listener fields are directly in the top-level Listener message and the API listener types are in the ApiListener message, the socket listener messages should be in their own message, and the top-level Listener should essentially be a oneof that selects between the socket listener and the various types of API listener. That way, a given Listener message can structurally only contain the fields of the relevant type.]
.envoy.config.listener.v3.ApiListener api_listener = 19;- Specified by:
getApiListenerOrBuilderin interfaceListenerOrBuilder
-
hasConnectionBalanceConfig
public boolean hasConnectionBalanceConfig()
The listener's connection balancer configuration, currently only applicable to TCP listeners. If no configuration is specified, Envoy will not attempt to balance active connections between worker threads. In the scenario that the listener X redirects all the connections to the listeners Y1 and Y2 by setting :ref:`use_original_dst <envoy_v3_api_field_config.listener.v3.Listener.use_original_dst>` in X and :ref:`bind_to_port <envoy_v3_api_field_config.listener.v3.Listener.bind_to_port>` to false in Y1 and Y2, it is recommended to disable the balance config in listener X to avoid the cost of balancing, and enable the balance config in Y1 and Y2 to balance the connections among the workers.
.envoy.config.listener.v3.Listener.ConnectionBalanceConfig connection_balance_config = 20;- Specified by:
hasConnectionBalanceConfigin interfaceListenerOrBuilder- Returns:
- Whether the connectionBalanceConfig field is set.
-
getConnectionBalanceConfig
public Listener.ConnectionBalanceConfig getConnectionBalanceConfig()
The listener's connection balancer configuration, currently only applicable to TCP listeners. If no configuration is specified, Envoy will not attempt to balance active connections between worker threads. In the scenario that the listener X redirects all the connections to the listeners Y1 and Y2 by setting :ref:`use_original_dst <envoy_v3_api_field_config.listener.v3.Listener.use_original_dst>` in X and :ref:`bind_to_port <envoy_v3_api_field_config.listener.v3.Listener.bind_to_port>` to false in Y1 and Y2, it is recommended to disable the balance config in listener X to avoid the cost of balancing, and enable the balance config in Y1 and Y2 to balance the connections among the workers.
.envoy.config.listener.v3.Listener.ConnectionBalanceConfig connection_balance_config = 20;- Specified by:
getConnectionBalanceConfigin interfaceListenerOrBuilder- Returns:
- The connectionBalanceConfig.
-
getConnectionBalanceConfigOrBuilder
public Listener.ConnectionBalanceConfigOrBuilder getConnectionBalanceConfigOrBuilder()
The listener's connection balancer configuration, currently only applicable to TCP listeners. If no configuration is specified, Envoy will not attempt to balance active connections between worker threads. In the scenario that the listener X redirects all the connections to the listeners Y1 and Y2 by setting :ref:`use_original_dst <envoy_v3_api_field_config.listener.v3.Listener.use_original_dst>` in X and :ref:`bind_to_port <envoy_v3_api_field_config.listener.v3.Listener.bind_to_port>` to false in Y1 and Y2, it is recommended to disable the balance config in listener X to avoid the cost of balancing, and enable the balance config in Y1 and Y2 to balance the connections among the workers.
.envoy.config.listener.v3.Listener.ConnectionBalanceConfig connection_balance_config = 20;- Specified by:
getConnectionBalanceConfigOrBuilderin interfaceListenerOrBuilder
-
getReusePort
@Deprecated public boolean getReusePort()
Deprecated.envoy.config.listener.v3.Listener.reuse_port is deprecated. See envoy/config/listener/v3/listener.proto;l=298Deprecated. Use ``enable_reuse_port`` instead.
bool reuse_port = 21 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getReusePortin interfaceListenerOrBuilder- Returns:
- The reusePort.
-
hasEnableReusePort
public boolean hasEnableReusePort()
When this flag is set to true, listeners set the ``SO_REUSEPORT`` socket option and create one socket for each worker thread. This makes inbound connections distribute among worker threads roughly evenly in cases where there are a high number of connections. When this flag is set to false, all worker threads share one socket. This field defaults to true. .. attention:: Although this field defaults to true, it has different behavior on different platforms. See the following text for more information. * On Linux, reuse_port is respected for both TCP and UDP listeners. It also works correctly with hot restart. * On macOS, reuse_port for TCP does not do what it does on Linux. Instead of load balancing, the last socket wins and receives all connections/packets. For TCP, reuse_port is force disabled and the user is warned. For UDP, it is enabled, but only one worker will receive packets. For QUIC/H3, SW routing will send packets to other workers. For "raw" UDP, only a single worker will currently receive packets. * On Windows, reuse_port for TCP has undefined behavior. It is force disabled and the user is warned similar to macOS. It is left enabled for UDP with undefined behavior currently.
.google.protobuf.BoolValue enable_reuse_port = 29;- Specified by:
hasEnableReusePortin interfaceListenerOrBuilder- Returns:
- Whether the enableReusePort field is set.
-
getEnableReusePort
public com.google.protobuf.BoolValue getEnableReusePort()
When this flag is set to true, listeners set the ``SO_REUSEPORT`` socket option and create one socket for each worker thread. This makes inbound connections distribute among worker threads roughly evenly in cases where there are a high number of connections. When this flag is set to false, all worker threads share one socket. This field defaults to true. .. attention:: Although this field defaults to true, it has different behavior on different platforms. See the following text for more information. * On Linux, reuse_port is respected for both TCP and UDP listeners. It also works correctly with hot restart. * On macOS, reuse_port for TCP does not do what it does on Linux. Instead of load balancing, the last socket wins and receives all connections/packets. For TCP, reuse_port is force disabled and the user is warned. For UDP, it is enabled, but only one worker will receive packets. For QUIC/H3, SW routing will send packets to other workers. For "raw" UDP, only a single worker will currently receive packets. * On Windows, reuse_port for TCP has undefined behavior. It is force disabled and the user is warned similar to macOS. It is left enabled for UDP with undefined behavior currently.
.google.protobuf.BoolValue enable_reuse_port = 29;- Specified by:
getEnableReusePortin interfaceListenerOrBuilder- Returns:
- The enableReusePort.
-
getEnableReusePortOrBuilder
public com.google.protobuf.BoolValueOrBuilder getEnableReusePortOrBuilder()
When this flag is set to true, listeners set the ``SO_REUSEPORT`` socket option and create one socket for each worker thread. This makes inbound connections distribute among worker threads roughly evenly in cases where there are a high number of connections. When this flag is set to false, all worker threads share one socket. This field defaults to true. .. attention:: Although this field defaults to true, it has different behavior on different platforms. See the following text for more information. * On Linux, reuse_port is respected for both TCP and UDP listeners. It also works correctly with hot restart. * On macOS, reuse_port for TCP does not do what it does on Linux. Instead of load balancing, the last socket wins and receives all connections/packets. For TCP, reuse_port is force disabled and the user is warned. For UDP, it is enabled, but only one worker will receive packets. For QUIC/H3, SW routing will send packets to other workers. For "raw" UDP, only a single worker will currently receive packets. * On Windows, reuse_port for TCP has undefined behavior. It is force disabled and the user is warned similar to macOS. It is left enabled for UDP with undefined behavior currently.
.google.protobuf.BoolValue enable_reuse_port = 29;- Specified by:
getEnableReusePortOrBuilderin interfaceListenerOrBuilder
-
getAccessLogList
public List<AccessLog> getAccessLogList()
Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.
repeated .envoy.config.accesslog.v3.AccessLog access_log = 22;- Specified by:
getAccessLogListin interfaceListenerOrBuilder
-
getAccessLogOrBuilderList
public List<? extends AccessLogOrBuilder> getAccessLogOrBuilderList()
Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.
repeated .envoy.config.accesslog.v3.AccessLog access_log = 22;- Specified by:
getAccessLogOrBuilderListin interfaceListenerOrBuilder
-
getAccessLogCount
public int getAccessLogCount()
Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.
repeated .envoy.config.accesslog.v3.AccessLog access_log = 22;- Specified by:
getAccessLogCountin interfaceListenerOrBuilder
-
getAccessLog
public AccessLog getAccessLog(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.
repeated .envoy.config.accesslog.v3.AccessLog access_log = 22;- Specified by:
getAccessLogin interfaceListenerOrBuilder
-
getAccessLogOrBuilder
public AccessLogOrBuilder getAccessLogOrBuilder(int index)
Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by this listener.
repeated .envoy.config.accesslog.v3.AccessLog access_log = 22;- Specified by:
getAccessLogOrBuilderin interfaceListenerOrBuilder
-
hasTcpBacklogSize
public boolean hasTcpBacklogSize()
The maximum length a tcp listener's pending connections queue can grow to. If no value is provided net.core.somaxconn will be used on Linux and 128 otherwise.
.google.protobuf.UInt32Value tcp_backlog_size = 24;- Specified by:
hasTcpBacklogSizein interfaceListenerOrBuilder- Returns:
- Whether the tcpBacklogSize field is set.
-
getTcpBacklogSize
public com.google.protobuf.UInt32Value getTcpBacklogSize()
The maximum length a tcp listener's pending connections queue can grow to. If no value is provided net.core.somaxconn will be used on Linux and 128 otherwise.
.google.protobuf.UInt32Value tcp_backlog_size = 24;- Specified by:
getTcpBacklogSizein interfaceListenerOrBuilder- Returns:
- The tcpBacklogSize.
-
getTcpBacklogSizeOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getTcpBacklogSizeOrBuilder()
The maximum length a tcp listener's pending connections queue can grow to. If no value is provided net.core.somaxconn will be used on Linux and 128 otherwise.
.google.protobuf.UInt32Value tcp_backlog_size = 24;- Specified by:
getTcpBacklogSizeOrBuilderin interfaceListenerOrBuilder
-
hasBindToPort
public boolean hasBindToPort()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set :ref:`use_original_dst <envoy_v3_api_field_config.listener.v3.Listener.use_original_dst>` to true. Default is true.
.google.protobuf.BoolValue bind_to_port = 26;- Specified by:
hasBindToPortin interfaceListenerOrBuilder- Returns:
- Whether the bindToPort field is set.
-
getBindToPort
public com.google.protobuf.BoolValue getBindToPort()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set :ref:`use_original_dst <envoy_v3_api_field_config.listener.v3.Listener.use_original_dst>` to true. Default is true.
.google.protobuf.BoolValue bind_to_port = 26;- Specified by:
getBindToPortin interfaceListenerOrBuilder- Returns:
- The bindToPort.
-
getBindToPortOrBuilder
public com.google.protobuf.BoolValueOrBuilder getBindToPortOrBuilder()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set :ref:`use_original_dst <envoy_v3_api_field_config.listener.v3.Listener.use_original_dst>` to true. Default is true.
.google.protobuf.BoolValue bind_to_port = 26;- Specified by:
getBindToPortOrBuilderin interfaceListenerOrBuilder
-
hasInternalListener
public boolean hasInternalListener()
Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to. The internal listener acts as a tcp listener. It supports listener filters and network filter chains. The internal listener require :ref:`address <envoy_v3_api_field_config.listener.v3.Listener.address>` has field `envoy_internal_address`. There are some limitations are derived from the implementation. The known limitations include * :ref:`ConnectionBalanceConfig <envoy_v3_api_msg_config.listener.v3.Listener.ConnectionBalanceConfig>` is not allowed because both cluster connection and listener connection must be owned by the same dispatcher. * :ref:`tcp_backlog_size <envoy_v3_api_field_config.listener.v3.Listener.tcp_backlog_size>` * :ref:`freebind <envoy_v3_api_field_config.listener.v3.Listener.freebind>` * :ref:`transparent <envoy_v3_api_field_config.listener.v3.Listener.transparent>` [#not-implemented-hide:]
.envoy.config.listener.v3.Listener.InternalListenerConfig internal_listener = 27;- Specified by:
hasInternalListenerin interfaceListenerOrBuilder- Returns:
- Whether the internalListener field is set.
-
getInternalListener
public Listener.InternalListenerConfig getInternalListener()
Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to. The internal listener acts as a tcp listener. It supports listener filters and network filter chains. The internal listener require :ref:`address <envoy_v3_api_field_config.listener.v3.Listener.address>` has field `envoy_internal_address`. There are some limitations are derived from the implementation. The known limitations include * :ref:`ConnectionBalanceConfig <envoy_v3_api_msg_config.listener.v3.Listener.ConnectionBalanceConfig>` is not allowed because both cluster connection and listener connection must be owned by the same dispatcher. * :ref:`tcp_backlog_size <envoy_v3_api_field_config.listener.v3.Listener.tcp_backlog_size>` * :ref:`freebind <envoy_v3_api_field_config.listener.v3.Listener.freebind>` * :ref:`transparent <envoy_v3_api_field_config.listener.v3.Listener.transparent>` [#not-implemented-hide:]
.envoy.config.listener.v3.Listener.InternalListenerConfig internal_listener = 27;- Specified by:
getInternalListenerin interfaceListenerOrBuilder- Returns:
- The internalListener.
-
getInternalListenerOrBuilder
public Listener.InternalListenerConfigOrBuilder getInternalListenerOrBuilder()
Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to. The internal listener acts as a tcp listener. It supports listener filters and network filter chains. The internal listener require :ref:`address <envoy_v3_api_field_config.listener.v3.Listener.address>` has field `envoy_internal_address`. There are some limitations are derived from the implementation. The known limitations include * :ref:`ConnectionBalanceConfig <envoy_v3_api_msg_config.listener.v3.Listener.ConnectionBalanceConfig>` is not allowed because both cluster connection and listener connection must be owned by the same dispatcher. * :ref:`tcp_backlog_size <envoy_v3_api_field_config.listener.v3.Listener.tcp_backlog_size>` * :ref:`freebind <envoy_v3_api_field_config.listener.v3.Listener.freebind>` * :ref:`transparent <envoy_v3_api_field_config.listener.v3.Listener.transparent>` [#not-implemented-hide:]
.envoy.config.listener.v3.Listener.InternalListenerConfig internal_listener = 27;- Specified by:
getInternalListenerOrBuilderin interfaceListenerOrBuilder
-
getEnableMptcp
public boolean getEnableMptcp()
Enable MPTCP (multi-path TCP) on this listener. Clients will be allowed to establish MPTCP connections. Non-MPTCP clients will fall back to regular TCP.
bool enable_mptcp = 30;- Specified by:
getEnableMptcpin interfaceListenerOrBuilder- Returns:
- The enableMptcp.
-
getIgnoreGlobalConnLimit
public boolean getIgnoreGlobalConnLimit()
Whether the listener should limit connections based upon the value of :ref:`global_downstream_max_connections <config_overload_manager_limiting_connections>`.
bool ignore_global_conn_limit = 31;- Specified by:
getIgnoreGlobalConnLimitin interfaceListenerOrBuilder- Returns:
- The ignoreGlobalConnLimit.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Listener parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Listener parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Listener parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Listener parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Listener parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Listener parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Listener parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Listener parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Listener parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Listener parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Listener parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Listener parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Listener.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Listener.Builder newBuilder()
-
newBuilder
public static Listener.Builder newBuilder(Listener prototype)
-
toBuilder
public Listener.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Listener.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Listener getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Listener> parser()
-
getParserForType
public com.google.protobuf.Parser<Listener> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Listener getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-