Class HeaderMap

  • All Implemented Interfaces:
    java.util.Map<java.lang.String,​java.util.List<java.lang.String>>, javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String>

    public class HeaderMap
    extends javax.ws.rs.core.AbstractMultivaluedMap<java.lang.String,​java.lang.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.
    Since:
    17.07.2024
    Author:
    weiland
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      • Fields inherited from class javax.ws.rs.core.AbstractMultivaluedMap

        store
    • Constructor Summary

      Constructors 
      Constructor Description
      HeaderMap()
      Constructor
    • 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 Detail

      • HeaderMap

        public HeaderMap()
        Constructor