HttpClientConfiguration
Configuration data required by HttpClient.Builder to create HttpClient instance
Properties
the list of custom interceptors to be added to http builders
The base delay (in milliseconds) before the first retry. Subsequent retries will use an linear increasing delay based on this value.
the connect timeout for new connections in seconds. The connect timeout is applied when connecting a TCP socket to the target host.
The maximum number of times that the interceptor will attempt to recover from network connection failure before propagating an error.
the default read timeout for new connections. The read timeout is applied to both the TCP socket and for individual read IO operations.
the value indicates whether retry is enabled for network connection failure. By default it is true