A class containing timeouts for various processing phases of a request..
public class TimeoutA class containing timeouts for various processing phases of a request.
The maximum time allowed to establish a connection with a host.
The maximum time allowed between two data packets when waiting for the server’s response.
The maximum time allowed between two data packets when sending the request to the server.
The maximum time allowed for a complete HTTP call, not including retries.
Returns a mutable builder for constructing an instance of [Timeout]..
The maximum time allowed to establish a connection with a host.
The maximum time allowed to establish a connection with a host.
The maximum time allowed between two data packets when waiting for the server’s response.
The maximum time allowed between two data packets when waiting for the server’s response.
The maximum time allowed between two data packets when sending the request to the server.
The maximum time allowed between two data packets when sending the request to the server.
The maximum time allowed for a complete HTTP call, not including retries.
The maximum time allowed for a complete HTTP call, not including retries.
Returns an immutable instance of [Timeout].