com.meterware.httpunit
Class WebClient.HeaderDictionary

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--com.meterware.httpunit.WebClient.HeaderDictionary
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Enclosing class:
WebClient

public static class WebClient.HeaderDictionary
extends java.util.Hashtable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
WebClient.HeaderDictionary()
           
 
Method Summary
 void addEntries(java.util.Dictionary source)
           
 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, containsKey, 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)

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-2003 Russell Gold. See license agreement for rights granted.