Class UpstreamConnectionOptions.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<UpstreamConnectionOptions.Builder>
com.google.protobuf.GeneratedMessage.Builder<UpstreamConnectionOptions.Builder>
io.envoyproxy.envoy.config.cluster.v3.UpstreamConnectionOptions.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,UpstreamConnectionOptionsOrBuilder,Cloneable
- Enclosing class:
UpstreamConnectionOptions
public static final class UpstreamConnectionOptions.Builder
extends com.google.protobuf.GeneratedMessage.Builder<UpstreamConnectionOptions.Builder>
implements UpstreamConnectionOptionsOrBuilder
Protobuf type
envoy.config.cluster.v3.UpstreamConnectionOptions-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate com.google.protobuf.SingleFieldBuilder<UpstreamConnectionOptions.HappyEyeballsConfig, UpstreamConnectionOptions.HappyEyeballsConfig.Builder, UpstreamConnectionOptions.HappyEyeballsConfigOrBuilder> private booleanprivate TcpKeepaliveprivate com.google.protobuf.SingleFieldBuilder<TcpKeepalive, TcpKeepalive.Builder, TcpKeepaliveOrBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()private voidclear()Configurations for happy eyeballs algorithm.If enabled, associates the interface name of the local address with the upstream connection.If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorConfigurations for happy eyeballs algorithm.Configurations for happy eyeballs algorithm.Configurations for happy eyeballs algorithm.booleanIf enabled, associates the interface name of the local address with the upstream connection.If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.booleanConfigurations for happy eyeballs algorithm.booleanIf set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprivate com.google.protobuf.SingleFieldBuilder<UpstreamConnectionOptions.HappyEyeballsConfig, UpstreamConnectionOptions.HappyEyeballsConfig.Builder, UpstreamConnectionOptions.HappyEyeballsConfigOrBuilder> Configurations for happy eyeballs algorithm.private com.google.protobuf.SingleFieldBuilder<TcpKeepalive, TcpKeepalive.Builder, TcpKeepaliveOrBuilder> If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.final booleanprivate voidmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) Configurations for happy eyeballs algorithm.mergeTcpKeepalive(TcpKeepalive value) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Configurations for happy eyeballs algorithm.Configurations for happy eyeballs algorithm.setSetLocalInterfaceNameOnUpstreamConnections(boolean value) If enabled, associates the interface name of the local address with the upstream connection.setTcpKeepalive(TcpKeepalive value) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.setTcpKeepalive(TcpKeepalive.Builder builderForValue) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
tcpKeepalive_
-
tcpKeepaliveBuilder_
private com.google.protobuf.SingleFieldBuilder<TcpKeepalive,TcpKeepalive.Builder, tcpKeepaliveBuilder_TcpKeepaliveOrBuilder> -
setLocalInterfaceNameOnUpstreamConnections_
private boolean setLocalInterfaceNameOnUpstreamConnections_ -
happyEyeballsConfig_
-
happyEyeballsConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<UpstreamConnectionOptions.HappyEyeballsConfig,UpstreamConnectionOptions.HappyEyeballsConfig.Builder, happyEyeballsConfigBuilder_UpstreamConnectionOptions.HappyEyeballsConfigOrBuilder>
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<UpstreamConnectionOptions.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<UpstreamConnectionOptions.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<UpstreamConnectionOptions.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpstreamConnectionOptions.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<UpstreamConnectionOptions.Builder>
-
mergeFrom
public UpstreamConnectionOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpstreamConnectionOptions.Builder>- Throws:
IOException
-
hasTcpKeepalive
public boolean hasTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;- Specified by:
hasTcpKeepalivein interfaceUpstreamConnectionOptionsOrBuilder- Returns:
- Whether the tcpKeepalive field is set.
-
getTcpKeepalive
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;- Specified by:
getTcpKeepalivein interfaceUpstreamConnectionOptionsOrBuilder- Returns:
- The tcpKeepalive.
-
setTcpKeepalive
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1; -
setTcpKeepalive
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1; -
mergeTcpKeepalive
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1; -
clearTcpKeepalive
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1; -
getTcpKeepaliveBuilder
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1; -
getTcpKeepaliveOrBuilder
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1;- Specified by:
getTcpKeepaliveOrBuilderin interfaceUpstreamConnectionOptionsOrBuilder
-
internalGetTcpKeepaliveFieldBuilder
private com.google.protobuf.SingleFieldBuilder<TcpKeepalive,TcpKeepalive.Builder, internalGetTcpKeepaliveFieldBuilder()TcpKeepaliveOrBuilder> If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.envoy.config.core.v3.TcpKeepalive tcp_keepalive = 1; -
getSetLocalInterfaceNameOnUpstreamConnections
public boolean getSetLocalInterfaceNameOnUpstreamConnections()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;- Specified by:
getSetLocalInterfaceNameOnUpstreamConnectionsin interfaceUpstreamConnectionOptionsOrBuilder- Returns:
- The setLocalInterfaceNameOnUpstreamConnections.
-
setSetLocalInterfaceNameOnUpstreamConnections
public UpstreamConnectionOptions.Builder setSetLocalInterfaceNameOnUpstreamConnections(boolean value) 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;- Parameters:
value- The setLocalInterfaceNameOnUpstreamConnections to set.- Returns:
- This builder for chaining.
-
clearSetLocalInterfaceNameOnUpstreamConnections
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;- Returns:
- This builder for chaining.
-
hasHappyEyeballsConfig
public 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;- Specified by:
hasHappyEyeballsConfigin interfaceUpstreamConnectionOptionsOrBuilder- Returns:
- Whether the happyEyeballsConfig field is set.
-
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;- Specified by:
getHappyEyeballsConfigin interfaceUpstreamConnectionOptionsOrBuilder- Returns:
- The happyEyeballsConfig.
-
setHappyEyeballsConfig
public UpstreamConnectionOptions.Builder setHappyEyeballsConfig(UpstreamConnectionOptions.HappyEyeballsConfig value) 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; -
setHappyEyeballsConfig
public UpstreamConnectionOptions.Builder setHappyEyeballsConfig(UpstreamConnectionOptions.HappyEyeballsConfig.Builder builderForValue) 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; -
mergeHappyEyeballsConfig
public UpstreamConnectionOptions.Builder mergeHappyEyeballsConfig(UpstreamConnectionOptions.HappyEyeballsConfig value) 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; -
clearHappyEyeballsConfig
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; -
getHappyEyeballsConfigBuilder
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; -
getHappyEyeballsConfigOrBuilder
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;- Specified by:
getHappyEyeballsConfigOrBuilderin interfaceUpstreamConnectionOptionsOrBuilder
-
internalGetHappyEyeballsConfigFieldBuilder
private com.google.protobuf.SingleFieldBuilder<UpstreamConnectionOptions.HappyEyeballsConfig,UpstreamConnectionOptions.HappyEyeballsConfig.Builder, internalGetHappyEyeballsConfigFieldBuilder()UpstreamConnectionOptions.HappyEyeballsConfigOrBuilder> 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;
-