Package jodd.http
Class HeadersMultiMap
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jodd.http.HttpMultiMap
add, addAll, addAll, addAll, clear, contains, entries, get, getAll, getEntry, isEmpty, iterator, names, newCaseInsensitiveMap, newCaseSensitiveMap, remove, set, setAll, setAll, setAll, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
HeadersMultiMap
protected HeadersMultiMap()
-
-
Method Details
-
addHeader
Adds new header value. Allows multiple values for the same name. -
setHeader
Sets the header value. Existing value will bee replaces. -
getHeader
Returns header value. In case of multiple values, returns only the first value.
-