com.meterware.httpunit
Class WebClient.HeaderDictionary

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.meterware.httpunit.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

Constructor Summary
WebClient.HeaderDictionary()
           
 
Method Summary
 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, contains, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebClient.HeaderDictionary

public WebClient.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

Copyright © 2000-2006 Russell Gold. See license agreement for rights granted.