org.owasp.webscarab.httpclient
Class FetcherQueue

java.lang.Object
  extended by org.owasp.webscarab.httpclient.FetcherQueue

public class FetcherQueue
extends java.lang.Object

Author:
rdawes

Constructor Summary
FetcherQueue(java.lang.String name, ConversationHandler handler, int threads, int requestDelay)
          Creates a new instance of FetcherQueue
 
Method Summary
 void clearRequestQueue()
           
 int getRequestsQueued()
           
 boolean isBusy()
           
 void start()
           
 void stop()
           
 void submit(Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetcherQueue

public FetcherQueue(java.lang.String name,
                    ConversationHandler handler,
                    int threads,
                    int requestDelay)
Creates a new instance of FetcherQueue

Method Detail

stop

public void stop()

start

public void start()

isBusy

public boolean isBusy()

submit

public void submit(Request request)

getRequestsQueued

public int getRequestsQueued()

clearRequestQueue

public void clearRequestQueue()