Read timeout setter has been returned into HttpComponentsClientHttpRequestFactory in spring-web 6.2.0.
For spring-web 6.0.x or 6.1.x you have to create RequestConfig and set read timeout as response timeout: https://github.com/spring-projects/spring-framework/blob/v6.2.0/spring-web/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java#L314
The RequestConfig should be provided to HttpClientBuilder: