ClientHttpRequestFactorySettings
Deprecated (for removal)
Since version 3.4.0
Settings that can be applied when creating a ClientHttpRequestFactory.
Author
Andy Wilkinson
Phillip Webb
Scott Frederick
Since
3.0.0
Deprecated
since 3.4.0 for removal in 4.0.0 in favor of org.springframework.boot.http.client.ClientHttpRequestFactorySettings
Parameters
connectTimeout
the connect timeout
readTimeout
the read timeout
sslBundle
the SSL bundle providing SSL configuration
See also
Properties
Link copied to clipboard
Use defaults for the ClientHttpRequestFactory which can differ depending on the implementation.
Functions
Link copied to clipboard
Return a new ClientHttpRequestFactorySettings instance with an updated connect timeout setting.
Link copied to clipboard
Return a new ClientHttpRequestFactorySettings instance with an updated read timeout setting.
Link copied to clipboard
Return a new ClientHttpRequestFactorySettings instance with an updated SSL bundle setting.