Uses of Class
io.envoyproxy.envoy.config.cluster.v3.UpstreamConnectionOptions.Builder
Packages that use UpstreamConnectionOptions.Builder
-
Uses of UpstreamConnectionOptions.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type UpstreamConnectionOptions.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<UpstreamConnectionOptions, UpstreamConnectionOptions.Builder, UpstreamConnectionOptionsOrBuilder> Cluster.Builder.upstreamConnectionOptionsBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return UpstreamConnectionOptions.BuilderModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.clear()UpstreamConnectionOptions.Builder.clearHappyEyeballsConfig()Configurations for happy eyeballs algorithm.UpstreamConnectionOptions.Builder.clearSetLocalInterfaceNameOnUpstreamConnections()If enabled, associates the interface name of the local address with the upstream connection.UpstreamConnectionOptions.Builder.clearTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Cluster.Builder.getUpstreamConnectionOptionsBuilder()Optional options for upstream connections.UpstreamConnectionOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpstreamConnectionOptions.Builder.mergeFrom(com.google.protobuf.Message other) UpstreamConnectionOptions.Builder.mergeFrom(UpstreamConnectionOptions other) UpstreamConnectionOptions.Builder.mergeHappyEyeballsConfig(UpstreamConnectionOptions.HappyEyeballsConfig value) Configurations for happy eyeballs algorithm.UpstreamConnectionOptions.Builder.mergeTcpKeepalive(TcpKeepalive value) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.newBuilder()UpstreamConnectionOptions.newBuilder(UpstreamConnectionOptions prototype) UpstreamConnectionOptions.newBuilderForType()protected UpstreamConnectionOptions.BuilderUpstreamConnectionOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) UpstreamConnectionOptions.Builder.setHappyEyeballsConfig(UpstreamConnectionOptions.HappyEyeballsConfig value) Configurations for happy eyeballs algorithm.UpstreamConnectionOptions.Builder.setHappyEyeballsConfig(UpstreamConnectionOptions.HappyEyeballsConfig.Builder builderForValue) Configurations for happy eyeballs algorithm.UpstreamConnectionOptions.Builder.setSetLocalInterfaceNameOnUpstreamConnections(boolean value) If enabled, associates the interface name of the local address with the upstream connection.UpstreamConnectionOptions.Builder.setTcpKeepalive(TcpKeepalive value) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.Builder.setTcpKeepalive(TcpKeepalive.Builder builderForValue) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type UpstreamConnectionOptions.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<UpstreamConnectionOptions, UpstreamConnectionOptions.Builder, UpstreamConnectionOptionsOrBuilder> Cluster.Builder.internalGetUpstreamConnectionOptionsFieldBuilder()Optional options for upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type UpstreamConnectionOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.setUpstreamConnectionOptions(UpstreamConnectionOptions.Builder builderForValue) Optional options for upstream connections.