rabbit.spider
Class WebSpider
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSpider
protected WebSpider(int threads,
int sleeptime,
java.lang.String proxyHost,
int proxyPort,
java.util.List startURLS)
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)