This commit adds support for HttpComponentsClientHttpRequestFactory to set a read timeout, used on the underlying client as a RequestTimeout. This brings the HttpComponentsClientHttpRequestFactory into alignment with JDK, Jetty, OkHttp3, Reactor and SimpleClient ClientHttpRequestFactory implementations. See gh-33556