Class Headers
- java.lang.Object
-
- io.quarkus.amazon.lambda.http.model.MultiValuedTreeMap<String,String>
-
- io.quarkus.amazon.lambda.http.model.Headers
-
public class Headers extends MultiValuedTreeMap<String,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Headers()
-
Method Summary
-
Methods inherited from class io.quarkus.amazon.lambda.http.model.MultiValuedTreeMap
add, addAll, addAll, addFirst, clear, clone, containsKey, containsValue, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, values
-
Methods inherited from class java.lang.Object
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
-
-