Package com.meterware.httpunit
Class WebClient.HeaderDictionary
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.meterware.httpunit.WebClient.HeaderDictionary
- All Implemented Interfaces:
Serializable
,Cloneable
,Map
- Enclosing class:
WebClient
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntries
(Dictionary source) boolean
containsKey
(Object key) 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
-
Constructor Details
-
HeaderDictionary
public HeaderDictionary()
-
-
Method Details