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);
// Set the default values
txt = new TextData(Constants.HTTP_FACTORY_REQUEST, TextData.qq_Resolver.cINTEGERVALUE);
this.typeValue.enter(HTTPBaseRequest.class, txt.toString());