Uses of Interface
org.springframework.http.ResponseCookie.Parser
Packages that use ResponseCookie.Parser
Package
Description
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.-
Uses of ResponseCookie.Parser in org.springframework.http.client.reactive
Methods in org.springframework.http.client.reactive with parameters of type ResponseCookie.ParserModifier and TypeMethodDescriptionvoidJdkClientHttpConnector.setCookieParser(ResponseCookie.Parser parser) Customize the parsing of response cookies.voidJettyClientHttpConnector.setCookieParser(ResponseCookie.Parser parser) Customize the parsing of response cookies.