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 TypeMethodDescriptionvoidaddEntries(Dictionary source) booleancontainsKey(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