Holger's
Java API

Uses of Class
com.antelmann.net.Spider.URLWrapper

Packages that use Spider.URLWrapper
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
 

Uses of Spider.URLWrapper in com.antelmann.net
 

Method parameters in com.antelmann.net with type arguments of type Spider.URLWrapper
static URL[] Spider.crawlWeb(List<Spider.URLWrapper> searchList, List<URL> resultList, List<URL> closedList, CrawlerSetting crawler, int depth, int numberOfURLsToFind, Logger logger)
          usually called by crawlWeb(URL root, CrawlerSetting crawler, Logger)
 boolean SampleCrawlerSetting.followLinks(URL url, URL referer, int depth, List<URL> resultURLList, List<URL> closedURLList, List<Spider.URLWrapper> searchURLWrapperList)
           
 boolean MediaCrawler.followLinks(URL url, URL referer, int depth, List<URL> resultURLList, List<URL> closedURLList, List<Spider.URLWrapper> searchURLWrapperList)
           
 boolean CrawlerSetting.followLinks(URL url, URL referer, int depth, List<URL> resultURLList, List<URL> closedURLList, List<Spider.URLWrapper> searchURLWrapperList)
          followLinks() determines whether the given URL is to be searched for its links to be examined further in the next level.
 

Uses of Spider.URLWrapper in com.antelmann.net.mail
 

Method parameters in com.antelmann.net.mail with type arguments of type Spider.URLWrapper
 boolean MailScanner.followLinks(URL url, URL referer, int depth, List<URL> resultURLList, List<URL> closedURLList, List<Spider.URLWrapper> searchURLWrapperList)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads