public class RequestCookies extends AbstractMap<String,List<Cookie>> implements Map<String,List<Cookie>>, UnmodifiableCollection
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RequestCookies(Request request)
Constructs a new request cookies object that reads cookies from the
specified request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,List<Cookie>>> |
entrySet() |
List<Cookie> |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
int |
size() |
String |
toString() |
Collection<List<Cookie>> |
values() |
clear, clone, equals, hashCode, put, putAll, removefinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAllpublic RequestCookies(Request request)
request - the request to read cookies from.public boolean containsKey(Object key)
containsKey in interface Map<String,List<Cookie>>containsKey in class AbstractMap<String,List<Cookie>>public boolean containsValue(Object value)
containsValue in interface Map<String,List<Cookie>>containsValue in class AbstractMap<String,List<Cookie>>public boolean isEmpty()
public int size()
Copyright © 2025 Open Identity Platform Community. All rights reserved.