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, newClientResponseHolderpublic static ServerCookies newServerRequestHolder(HttpHeaders headers, ServerCookieDecoder decoder)
headers - server request headerspublic Map<CharSequence,Set<Cookie>> getCachedCookies()
CookiesgetCachedCookies in class Cookiespublic Map<CharSequence,List<Cookie>> getAllCachedCookies()
getCachedCookies(), this returns all cookies, even if they have the same name.