Package org.apache.droids.api

Examples of org.apache.droids.api.Handler


  }

  @Override
  public Worker<Link> getNewWorker() {
    final CrawlingWorker worker = new CrawlingWorker( this );
    Handler testHandler = new ExceptionReportHandler();
    worker.setHandlerFactory(DroidsFactory.createDefaultHandlerFactory(testHandler));
    return worker;
  }
View Full Code Here

TOP

Related Classes of org.apache.droids.api.Handler

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.