Interface ConnectionSettings.Builder

  • Method Details

    • idleTimeout

      ConnectionSettings.Builder idleTimeout(Integer idleTimeout)

      The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

      Parameters:
      idleTimeout - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.