クラス HttpClientSettingsProperties
java.lang.ObjectSE
org.springframework.boot.http.client.autoconfigure.HttpClientSettingsProperties
- 既知の直属サブクラス
HttpClientProperties, HttpClientsProperties
構成プロパティの基本クラスは
HttpClientSettings を構成します。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb
- 関連事項:
ネストされたクラスの概要
ネストされたクラスコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable DurationSE@Nullable HttpCookieHandling@Nullable DurationSE@Nullable HttpRedirectsgetSsl()voidsetConnectTimeout(@Nullable DurationSE connectTimeout) voidsetCookieHandling(@Nullable HttpCookieHandling cookieHandling) voidsetReadTimeout(@Nullable DurationSE readTimeout) voidsetRedirects(@Nullable HttpRedirects redirects)
コンストラクターの詳細
HttpClientSettingsProperties
public HttpClientSettingsProperties()
メソッドの詳細
getRedirects
setRedirects
getConnectTimeout
setConnectTimeout
getReadTimeout
setReadTimeout
getCookieHandling
setCookieHandling
getSsl