private HashTable typeValue;
public HTTPFactory() {
super();
TextData txt = null;
this.typeValue = new HashTable();
this.typeName = new Array_Of_TextData<TextData>();
// Field name of headers are case insensitives (HTTP spec)
HashFuncs hashFunctions = new HashFuncs(true, Framework.Constants.SP_KT_STRING, HashFuncs.qq_Resolver.cIGNORECASE_KEYTYPE);
this.typeValue.setup(16, hashFunctions, true);