Enum クラスの使用箇所
org.springframework.boot.http.client.HttpCookieHandling
HttpCookieHandling を使用するパッケージ
パッケージ
説明
クライアント側の HTTP サポートクラス。
クライアント側 HTTP の自動構成。
Web クライアントユーティリティ。
RestClient および RestTemplate を使用するテストサポートクラス。org.springframework.boot.http.client 内の HttpCookieHandling 使用
org.springframework.boot.http.client 内の型引数 HttpCookieHandling を持つサブクラス修飾子と型メソッド説明@Nullable HttpCookieHandlingHttpClientSettings.cookieHandling()cookieHandlingレコードコンポーネントの値を返します。static HttpCookieHandling指定された名前でこのクラスの列挙型定数を返します。static HttpCookieHandling[]HttpCookieHandling.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 HttpCookieHandling のパラメーターを持つ org.springframework.boot.http.client のメソッド修飾子と型メソッド説明HttpClientSettings.withCookieHandling(@Nullable HttpCookieHandling cookieHandling) 更新されたクッキー処理設定を持つ新しいHttpClientSettingsインスタンスを返します。型 HttpCookieHandling のパラメーターを持つ org.springframework.boot.http.client のコンストラクター修飾子コンストラクター説明HttpClientSettings(@Nullable HttpCookieHandling cookieHandling, @Nullable HttpRedirects redirects, @Nullable DurationSE connectTimeout, @Nullable DurationSE readTimeout, @Nullable SslBundle sslBundle) 新しいHttpClientSettingsインスタンスを作成します。HttpClientSettings(@Nullable HttpCookieHandling cookieHandling, @Nullable HttpRedirects redirects, @Nullable DurationSE connectTimeout, @Nullable DurationSE readTimeout, @Nullable SslBundle sslBundle, @Nullable InetAddressFilter inetAddressFilter) HttpClientSettingsレコードクラスのインスタンスを作成します。org.springframework.boot.http.client.autoconfigure 内の HttpCookieHandling 使用
型 HttpCookieHandling のパラメーターを持つ org.springframework.boot.http.client.autoconfigure のメソッド修飾子と型メソッド説明voidHttpClientSettingsProperties.setCookieHandling(@Nullable HttpCookieHandling cookieHandling) org.springframework.boot.restclient 内の HttpCookieHandling 使用
型 HttpCookieHandling のパラメーターを持つ org.springframework.boot.restclient のメソッド修飾子と型メソッド説明RestTemplateBuilder.cookieHandling(HttpCookieHandling cookieHandling) 基盤となるClientHttpRequestFactoryの Cookie 処理戦略を設定します。org.springframework.boot.resttestclient 内の HttpCookieHandling 使用
型 HttpCookieHandling のパラメーターを持つ org.springframework.boot.resttestclient のメソッド修飾子と型メソッド説明TestRestTemplate.withCookieHandling(HttpCookieHandling cookieHandling) 指定されたHttpCookieHandlingを適用する点を除いて、これと同じ構成の新しいTestRestTemplateを作成します。