Interface TcpKeepaliveOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TcpKeepalive
,TcpKeepalive.Builder
public interface TcpKeepaliveOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKeepaliveProbes
boolean 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;
- Returns:
- Whether the keepaliveProbes field is set.
-
getKeepaliveProbes
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;
- Returns:
- The keepaliveProbes.
-
getKeepaliveProbesOrBuilder
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;
-
hasKeepaliveTime
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;
- Returns:
- Whether the keepaliveTime field is set.
-
getKeepaliveTime
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;
- Returns:
- The keepaliveTime.
-
getKeepaliveTimeOrBuilder
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;
-
hasKeepaliveInterval
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;
- Returns:
- Whether the keepaliveInterval field is set.
-
getKeepaliveInterval
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;
- Returns:
- The keepaliveInterval.
-
getKeepaliveIntervalOrBuilder
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;
-
-