Package net.matuschek.http

Examples of net.matuschek.http.HttpDocToFile


      return;
    }
   
    URL u = new URL(argv[argv.length-1]);

    HttpDocToFile docStore=new HttpDocToFile(basedir);
    docStore.setMinFileSize(minSize);

    SystemOutHttpToolCallback statusInfo = new SystemOutHttpToolCallback();

    robby.setStartURL(u);
    robby.setDocManager(docStore);
View Full Code Here


   */
  public JoBoBase()
    throws ClassNotFoundException
  {
    log = Category.getInstance(this.getClass());
    docstore = new HttpDocToFile(storageDirectory);
    initializeFilters();
    robot = new WebRobot();
    robot.setFilters(filters);
  }
View Full Code Here

TOP

Related Classes of net.matuschek.http.HttpDocToFile

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.