rabbit.spider
Class WebSpider

java.lang.Object
  extended by rabbit.spider.WebSpider

public class WebSpider
extends java.lang.Object

A web spider that can be used to test rabbit.


Constructor Summary
protected WebSpider(int threads, int sleeptime, java.lang.String proxyHost, int proxyPort, java.util.List startURLS)
           
 
Method Summary
protected  WebConnection getWebConnection(HTTPHeader header)
           
static void main(java.lang.String[] args)
           
protected  void returnWebConnection(WebConnection wc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSpider

protected WebSpider(int threads,
                    int sleeptime,
                    java.lang.String proxyHost,
                    int proxyPort,
                    java.util.List startURLS)
Method Detail

main

public static void main(java.lang.String[] args)

getWebConnection

protected WebConnection getWebConnection(HTTPHeader header)
                                  throws java.io.IOException
Throws:
java.io.IOException

returnWebConnection

protected void returnWebConnection(WebConnection wc)