Uses of Class
io.envoyproxy.envoy.config.core.v3.TcpKeepalive.Builder
Packages that use TcpKeepalive.Builder
-
Uses of TcpKeepalive.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type TcpKeepalive.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<TcpKeepalive, TcpKeepalive.Builder, TcpKeepaliveOrBuilder> UpstreamConnectionOptions.Builder.tcpKeepaliveBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return TcpKeepalive.BuilderModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.getTcpKeepaliveBuilder()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type TcpKeepalive.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<TcpKeepalive, TcpKeepalive.Builder, TcpKeepaliveOrBuilder> UpstreamConnectionOptions.Builder.getTcpKeepaliveFieldBuilder()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type TcpKeepalive.BuilderModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.setTcpKeepalive
(TcpKeepalive.Builder builderForValue) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives. -
Uses of TcpKeepalive.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return TcpKeepalive.BuilderModifier and TypeMethodDescriptionTcpKeepalive.Builder.clear()
TcpKeepalive.Builder.clearKeepaliveInterval()
The number of seconds between keep-alive probes.TcpKeepalive.Builder.clearKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.clearKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes start being sent.TcpKeepalive.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpKeepalive.Builder.mergeFrom
(com.google.protobuf.Message other) TcpKeepalive.Builder.mergeFrom
(TcpKeepalive other) TcpKeepalive.Builder.mergeKeepaliveInterval
(com.google.protobuf.UInt32Value value) The number of seconds between keep-alive probes.TcpKeepalive.Builder.mergeKeepaliveProbes
(com.google.protobuf.UInt32Value value) Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.mergeKeepaliveTime
(com.google.protobuf.UInt32Value value) The number of seconds a connection needs to be idle before keep-alive probes start being sent.static TcpKeepalive.Builder
TcpKeepalive.newBuilder()
static TcpKeepalive.Builder
TcpKeepalive.newBuilder
(TcpKeepalive prototype) TcpKeepalive.newBuilderForType()
protected TcpKeepalive.Builder
TcpKeepalive.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) TcpKeepalive.Builder.setKeepaliveInterval
(com.google.protobuf.UInt32Value value) The number of seconds between keep-alive probes.TcpKeepalive.Builder.setKeepaliveInterval
(com.google.protobuf.UInt32Value.Builder builderForValue) The number of seconds between keep-alive probes.TcpKeepalive.Builder.setKeepaliveProbes
(com.google.protobuf.UInt32Value value) Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.setKeepaliveProbes
(com.google.protobuf.UInt32Value.Builder builderForValue) Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.setKeepaliveTime
(com.google.protobuf.UInt32Value value) The number of seconds a connection needs to be idle before keep-alive probes start being sent.TcpKeepalive.Builder.setKeepaliveTime
(com.google.protobuf.UInt32Value.Builder builderForValue) The number of seconds a connection needs to be idle before keep-alive probes start being sent.TcpKeepalive.toBuilder()