记录类 ClientHttpRequestFactorySettings

java.lang.Object
java.lang.Record
org.springframework.boot.http.client.ClientHttpRequestFactorySettings
记录组件:
redirects - the follow redirect strategy to use or null to redirect whenever the underlying library allows it
connectTimeout - the connect timeout
readTimeout - the read timeout
sslBundle - the SSL bundle providing SSL configuration

public record ClientHttpRequestFactorySettings(ClientHttpRequestFactorySettings.Redirects redirects, Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) extends Record
Settings that can be applied when creating a ClientHttpRequestFactory.
从以下版本开始:
3.4.0
作者:
Andy Wilkinson, Phillip Webb, Scott Frederick
另请参阅: