Contents
Interface ResponseCookie.Parser
- Enclosing class:
ResponseCookie
public static interface ResponseCookie.Parser
Contract to parse
"Set-Cookie"
headers.- Since:
- 7.0
- Author:
- Rossen Stoyanchev, Brian Clozel
-
Method Summary
Modifier and TypeMethodDescriptionParse the given header.default MultiValueMap
<String, ResponseCookie> Convenience method to parse a list of headers into aMultiValueMap
.
-
Method Details
-
parse
Parse the given header. -
parse
Convenience method to parse a list of headers into aMultiValueMap
.
-