int httpTimeout) {
this.pluckerDocument = pluckerDocument;
this.jxlDocument = jxlDocument;
this.httpCache = httpCache;
this.cookieStore = cookieStore;
retrieveQueue = new DefaultThreadPool(maxRetrieveThreads);
parseQueue = new DefaultThreadPool(maxParseThreads);
this.httpTimeout = httpTimeout;
}