Uses of Interface
com.ldodds.slug.http.URLTask

Packages that use URLTask
com.ldodds.slug.http   
 

Uses of URLTask in com.ldodds.slug.http
 

Classes in com.ldodds.slug.http that implement URLTask
 class URLTaskImpl
           
 

Methods in com.ldodds.slug.http with parameters of type URLTask
 boolean DepthFilter.acceptURL(URLTask task)
           
 boolean SingleFetchFilter.acceptURL(URLTask task)
           
 

Constructors in com.ldodds.slug.http with parameters of type URLTask
URLTaskImpl(URLTask task, java.net.URL url)