Package de.pisa.psa.rst.uti
Class HeaderMap
- All Implemented Interfaces:
Map<String,
,List<String>> javax.ws.rs.core.MultivaluedMap<String,
String>
A multi valued map between a string a as key and a list of strings as value.
The keys are case insensitive.
This map is typically used for HTTP request headers.
This map is typically used for HTTP request headers.
- Since:
- 17.07.2024
- Author:
- weiland
-
Nested Class Summary
-
Field Summary
Fields inherited from class javax.ws.rs.core.AbstractMultivaluedMap
store
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.ws.rs.core.AbstractMultivaluedMap
add, addAll, addAll, addFirst, addFirstNull, addNull, clear, containsKey, containsValue, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, getValues, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
HeaderMap
public HeaderMap()Constructor
-