- All Superinterfaces:
Header
- Enclosing class:
Headers
Cookie HTTP header as defined by RFC 6265 Section 4.2.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.http.base.header.Header
getHeaderName, getHeaderValue
-
Method Details
-
getPairs
Map<String,List<CookieParameter>> getPairs()Returns the list of cookie pairs.
- Returns:
- a map associating a cookie name to a list of cookie parameter
-