public interface TcpKeepaliveOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt32Value |
getKeepaliveInterval()
The number of seconds between keep-alive probes.
|
com.google.protobuf.UInt32ValueOrBuilder |
getKeepaliveIntervalOrBuilder()
The number of seconds between keep-alive probes.
|
com.google.protobuf.UInt32Value |
getKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding
the connection is dead.
|
com.google.protobuf.UInt32ValueOrBuilder |
getKeepaliveProbesOrBuilder()
Maximum number of keepalive probes to send without response before deciding
the connection is dead.
|
com.google.protobuf.UInt32Value |
getKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes
start being sent.
|
com.google.protobuf.UInt32ValueOrBuilder |
getKeepaliveTimeOrBuilder()
The number of seconds a connection needs to be idle before keep-alive probes
start being sent.
|
boolean |
hasKeepaliveInterval()
The number of seconds between keep-alive probes.
|
boolean |
hasKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding
the connection is dead.
|
boolean |
hasKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes
start being sent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
.google.protobuf.UInt32Value keepalive_probes = 1;com.google.protobuf.UInt32Value getKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
.google.protobuf.UInt32Value keepalive_probes = 1;com.google.protobuf.UInt32ValueOrBuilder getKeepaliveProbesOrBuilder()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
.google.protobuf.UInt32Value keepalive_probes = 1;boolean hasKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (i.e., 2 hours.)
.google.protobuf.UInt32Value keepalive_time = 2;com.google.protobuf.UInt32Value getKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (i.e., 2 hours.)
.google.protobuf.UInt32Value keepalive_time = 2;com.google.protobuf.UInt32ValueOrBuilder getKeepaliveTimeOrBuilder()
The number of seconds a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (i.e., 2 hours.)
.google.protobuf.UInt32Value keepalive_time = 2;boolean hasKeepaliveInterval()
The number of seconds between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.UInt32Value keepalive_interval = 3;com.google.protobuf.UInt32Value getKeepaliveInterval()
The number of seconds between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.UInt32Value keepalive_interval = 3;com.google.protobuf.UInt32ValueOrBuilder getKeepaliveIntervalOrBuilder()
The number of seconds between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.UInt32Value keepalive_interval = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.