Package software.amazon.awssdk.crt.s3
Class S3TcpKeepAliveOptions
java.lang.Object
software.amazon.awssdk.crt.s3.S3TcpKeepAliveOptions
This class provides access to setting Tcp Keep Alive Options.
If interval or timeout are zero, then default values are used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshort
short
short
void
setKeepAliveIntervalSec
(short keepAliveIntervalSec) void
setKeepAliveMaxFailedProbes
(short keepAliveMaxFailedProbes) void
setKeepAliveTimeoutSec
(short keepAliveTimeoutSec)
-
Constructor Details
-
S3TcpKeepAliveOptions
public S3TcpKeepAliveOptions()
-
-
Method Details
-
getKeepAliveIntervalSec
public short getKeepAliveIntervalSec() -
setKeepAliveIntervalSec
public void setKeepAliveIntervalSec(short keepAliveIntervalSec) -
getKeepAliveTimeoutSec
public short getKeepAliveTimeoutSec() -
setKeepAliveTimeoutSec
public void setKeepAliveTimeoutSec(short keepAliveTimeoutSec) -
getKeepAliveMaxFailedProbes
public short getKeepAliveMaxFailedProbes() -
setKeepAliveMaxFailedProbes
public void setKeepAliveMaxFailedProbes(short keepAliveMaxFailedProbes)
-