io.envoyproxy.envoy.config.cluster.v3.UpstreamConnectionOptionsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/cluster/v3/cluster.proto
// Protobuf Java Version: 3.25.5
package io.envoyproxy.envoy.config.cluster.v3;
public interface UpstreamConnectionOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.cluster.v3.UpstreamConnectionOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
* If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
*
*
* .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
* @return Whether the tcpKeepalive field is set.
*/
boolean hasTcpKeepalive();
/**
*
* If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
*
*
* .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
* @return The tcpKeepalive.
*/
io.envoyproxy.envoy.config.core.v3.TcpKeepalive getTcpKeepalive();
/**
*
* If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
*
*
* .envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;
*/
io.envoyproxy.envoy.config.core.v3.TcpKeepaliveOrBuilder getTcpKeepaliveOrBuilder();
/**
*
* If enabled, associates the interface name of the local address with the upstream connection.
* This can be used by extensions during processing of requests. The association mechanism is
* implementation specific. Defaults to false due to performance concerns.
*
*
* bool set_local_interface_name_on_upstream_connections = 2;
* @return The setLocalInterfaceNameOnUpstreamConnections.
*/
boolean getSetLocalInterfaceNameOnUpstreamConnections();
/**
*
* Configurations for happy eyeballs algorithm.
* Add configs for first_address_family_version and first_address_family_count
* when sorting destination ip addresses.
*
*
* .envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfig happy_eyeballs_config = 3;
* @return Whether the happyEyeballsConfig field is set.
*/
boolean hasHappyEyeballsConfig();
/**
*
* Configurations for happy eyeballs algorithm.
* Add configs for first_address_family_version and first_address_family_count
* when sorting destination ip addresses.
*
*
* .envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfig happy_eyeballs_config = 3;
* @return The happyEyeballsConfig.
*/
io.envoyproxy.envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfig getHappyEyeballsConfig();
/**
*
* Configurations for happy eyeballs algorithm.
* Add configs for first_address_family_version and first_address_family_count
* when sorting destination ip addresses.
*
*
* .envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfig happy_eyeballs_config = 3;
*/
io.envoyproxy.envoy.config.cluster.v3.UpstreamConnectionOptions.HappyEyeballsConfigOrBuilder getHappyEyeballsConfigOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy