Class WebClient.HeaderDictionary

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map
    Enclosing class:
    WebClient

    public static class WebClient.HeaderDictionary
    extends java.util.Hashtable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEntries​(java.util.Dictionary source)  
      boolean containsKey​(java.lang.Object key)  
      java.lang.Object get​(java.lang.Object fieldName)  
      java.lang.Object put​(java.lang.Object fieldName, java.lang.Object fieldValue)  
      • Methods inherited from class java.util.Hashtable

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HeaderDictionary

        public HeaderDictionary()
    • Method Detail

      • addEntries

        public void addEntries​(java.util.Dictionary source)
      • containsKey

        public boolean containsKey​(java.lang.Object key)
        Specified by:
        containsKey in interface java.util.Map
        Overrides:
        containsKey in class java.util.Hashtable
      • get

        public java.lang.Object get​(java.lang.Object fieldName)
        Specified by:
        get in interface java.util.Map
        Overrides:
        get in class java.util.Hashtable
      • put

        public java.lang.Object put​(java.lang.Object fieldName,
                                    java.lang.Object fieldValue)
        Specified by:
        put in interface java.util.Map
        Overrides:
        put in class java.util.Hashtable