Uses of Class
com.norconex.collector.http.fetch.AbstractHttpFetcher
-
Packages that use AbstractHttpFetcher Package Description com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.impl.webdriver -
-
Uses of AbstractHttpFetcher in com.norconex.collector.http.fetch.impl
Subclasses of AbstractHttpFetcher in com.norconex.collector.http.fetch.impl Modifier and Type Class Description classGenericHttpFetcherDefault implementation ofIHttpFetcher, based on Apache HttpClient.classPhantomJSDocumentFetcherDeprecated.Since 3.0.0 useWebDriverHttpFetcher -
Uses of AbstractHttpFetcher in com.norconex.collector.http.fetch.impl.webdriver
Subclasses of AbstractHttpFetcher in com.norconex.collector.http.fetch.impl.webdriver Modifier and Type Class Description classWebDriverHttpFetcherUses Selenium WebDriver support for using native browsers to crawl documents.
-