Uses of Class
net.vidageek.crawler.Url

Packages that use Url
net.vidageek.crawler   
net.vidageek.crawler.component   
net.vidageek.crawler.visitor   
 

Uses of Url in net.vidageek.crawler
 

Methods in net.vidageek.crawler with parameters of type Url
 boolean PageVisitor.followUrl(Url url)
           
 void ContentVisitor.onError(Url errorUrl, Status statusError)
           
 

Uses of Url in net.vidageek.crawler.component
 

Constructors in net.vidageek.crawler.component with parameters of type Url
PageCrawlerExecutor(Url urlToCrawl, java.util.concurrent.ThreadPoolExecutor executor, ExecutorCounter counter, Downloader downloader, LinkNormalizer normalizer, PageVisitor visitor)
           
 

Uses of Url in net.vidageek.crawler.visitor
 

Methods in net.vidageek.crawler.visitor with parameters of type Url
 boolean RejectAtDepthVisitor.followUrl(Url url)
           
 boolean DomainVisitor.followUrl(Url url)
           
 boolean DoesNotFollowVisitedUrlVisitor.followUrl(Url url)
           
 void RejectAtDepthVisitor.onError(Url errorUrl, Status statusError)
           
 void DomainVisitor.onError(Url url, Status statusError)
           
 void DoesNotFollowVisitedUrlVisitor.onError(Url url, Status statusError)
           
 



Copyright © 2008-2011 VidaGeek.net. All Rights Reserved.