Package org.apache.commons.threadpool

Examples of org.apache.commons.threadpool.DefaultThreadPool


          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;
  }
View Full Code Here

TOP

Related Classes of org.apache.commons.threadpool.DefaultThreadPool

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.