TcpSslOptions.setIdleTimeout

Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.

If you want change default time unit, use {@link #setIdleTimeoutUnit(TimeUnit)}

@param idleTimeout the timeout, in seconds @return a reference to this, so the API can be used fluently

class TcpSslOptions
setIdleTimeout
(
Duration value
)

Meta