cachedCookies
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,List<Cookie>> |
getAllCachedCookies()
Wait for the cookies to become available, cache them and subsequently return the cached map of cookies.
|
Map<CharSequence,Set<Cookie>> |
getCachedCookies()
Wait for the cookies to become available, cache them and subsequently return the cached map of cookies.
|
static ServerCookies |
newServerRequestHolder(HttpHeaders headers,
ServerCookieDecoder decoder)
Return a new cookies holder from server request headers.
|
allCookieHeaders, hasReadCookies, markReadCookies, markReadingCookies, newClientResponseHolder
public static ServerCookies newServerRequestHolder(HttpHeaders headers, ServerCookieDecoder decoder)
headers
- server request headerspublic Map<CharSequence,Set<Cookie>> getCachedCookies()
Cookies
getCachedCookies
in class Cookies
public Map<CharSequence,List<Cookie>> getAllCachedCookies()
getCachedCookies()
, this returns all cookies, even if they have the same name.