maxConnectionTimeout property

Duration maxConnectionTimeout
final

The maximum duration to allow for a connection to become fully established. This includes the time to resolve the network address, the TCP connect operation, the SSL handshake, and the WebSocket handshake. Defaults to 2 minutes.

Implementation

final Duration maxConnectionTimeout;