Uses of Enum Class
org.springframework.boot.http.client.HttpCookieHandling
Packages that use HttpCookieHandling
Package
Description
Client-side HTTP support classes.
Auto-configuration for client-side HTTP.
Web client utilities.
Test support classes that use
RestClient and
RestTemplate.-
Uses of HttpCookieHandling in org.springframework.boot.http.client
Subclasses with type arguments of type HttpCookieHandling in org.springframework.boot.http.clientModifier and TypeClassDescriptionenumCookie handling strategies supported by HTTP clients.Methods in org.springframework.boot.http.client that return HttpCookieHandlingModifier and TypeMethodDescription@Nullable HttpCookieHandlingHttpClientSettings.cookieHandling()Returns the value of thecookieHandlingrecord component.static HttpCookieHandlingReturns the enum constant of this class with the specified name.static HttpCookieHandling[]HttpCookieHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.http.client with parameters of type HttpCookieHandlingModifier and TypeMethodDescriptionHttpClientSettings.withCookieHandling(@Nullable HttpCookieHandling cookieHandling) Return a newHttpClientSettingsinstance with an updated cookie handling setting.Constructors in org.springframework.boot.http.client with parameters of type HttpCookieHandlingModifierConstructorDescriptionHttpClientSettings(@Nullable HttpCookieHandling cookieHandling, @Nullable HttpRedirects redirects, @Nullable Duration connectTimeout, @Nullable Duration readTimeout, @Nullable SslBundle sslBundle) Creates an instance of aHttpClientSettingsrecord class. -
Uses of HttpCookieHandling in org.springframework.boot.http.client.autoconfigure
Methods in org.springframework.boot.http.client.autoconfigure that return HttpCookieHandlingModifier and TypeMethodDescription@Nullable HttpCookieHandlingHttpClientSettingsProperties.getCookieHandling()Methods in org.springframework.boot.http.client.autoconfigure with parameters of type HttpCookieHandlingModifier and TypeMethodDescriptionvoidHttpClientSettingsProperties.setCookieHandling(@Nullable HttpCookieHandling cookieHandling) -
Uses of HttpCookieHandling in org.springframework.boot.restclient
Methods in org.springframework.boot.restclient with parameters of type HttpCookieHandlingModifier and TypeMethodDescriptionRestTemplateBuilder.cookieHandling(HttpCookieHandling cookieHandling) Sets the cookie handling strategy on the underlyingClientHttpRequestFactory. -
Uses of HttpCookieHandling in org.springframework.boot.resttestclient
Methods in org.springframework.boot.resttestclient with parameters of type HttpCookieHandlingModifier and TypeMethodDescriptionTestRestTemplate.withCookieHandling(HttpCookieHandling cookieHandling) Creates a newTestRestTemplatewith the same configuration as this one, except that it will apply the givenHttpCookieHandling.