com.meterware.httpunit
Class WebClient.HeaderDictionary

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.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

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)

get

public java.lang.Object get(java.lang.Object fieldName)

put

public java.lang.Object put(java.lang.Object fieldName,
                            java.lang.Object fieldValue)

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