|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||