Uses of Class
com.armatiek.infofuze.stream.filesystem.webcrawl.CrawlState

Packages that use CrawlState
com.armatiek.infofuze.stream.filesystem.webcrawl   
 

Uses of CrawlState in com.armatiek.infofuze.stream.filesystem.webcrawl
 

Methods in com.armatiek.infofuze.stream.filesystem.webcrawl that return CrawlState
 CrawlState HTTPFile.getCrawlState()
           
 

Constructors in com.armatiek.infofuze.stream.filesystem.webcrawl with parameters of type CrawlState
HTTPFile(org.apache.commons.httpclient.HttpClient httpClient, java.lang.String uri, int depth, CrawlState crawlState)