Class S3TcpKeepAliveOptions


  • public class S3TcpKeepAliveOptions
    extends java.lang.Object
    This class provides access to setting Tcp Keep Alive Options. If interval or timeout are zero, then default values are used.
    • Constructor Detail

      • S3TcpKeepAliveOptions

        public S3TcpKeepAliveOptions()
    • Method Detail

      • 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)