Uses of Package
com.ldodds.slug.framework

Packages that use com.ldodds.slug.framework
com.ldodds.slug.framework   
com.ldodds.slug.http   
 

Classes in com.ldodds.slug.framework used by com.ldodds.slug.framework
Consumer
          Consumes the results of carrying out a particular work item.
Controller
          A Controller is responsible for handing out a list of work items to a number of Worker objects which it created using a designated WorkerFactory.
Monitor
          Observes the progress of a web crawl, noting when tasks start and finish.
Producer
           
Task
          A task to be carried out by a Worker
TaskFilter
           
Worker
           
WorkerFactory
           
WorkerImpl
           
 

Classes in com.ldodds.slug.framework used by com.ldodds.slug.http
Consumer
          Consumes the results of carrying out a particular work item.
Controller
          A Controller is responsible for handing out a list of work items to a number of Worker objects which it created using a designated WorkerFactory.
Producer
           
ProducerWorkerImpl
           
Task
          A task to be carried out by a Worker
TaskFilter
           
Worker
           
WorkerFactory
           
WorkerFactoryImpl
           
WorkerImpl