public class CookieMap extends TreeMap<CookieKey,CookieValue>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CookieMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.openqa.selenium.Cookie cookie)
Add cookie information.
|
List<String> |
allMessages(CookieFilter cookieFilter)
Get all cookies as string.
|
List<String> |
diffMessages(CookieFilter cookieFilter,
CookieMap prev)
Get differential cookies as string.
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic void add(org.openqa.selenium.Cookie cookie)
cookie - cookie.public List<String> allMessages(CookieFilter cookieFilter)
cookieFilter - cookie filter.public List<String> diffMessages(CookieFilter cookieFilter, CookieMap prev)
cookieFilter - cookie filter.prev - previous cookie map.Copyright © 2016. All rights reserved.