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 class
GenericHttpFetcher
Default implementation ofIHttpFetcher
, based on Apache HttpClient.class
PhantomJSDocumentFetcher
Deprecated.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 class
WebDriverHttpFetcher
Uses Selenium WebDriver support for using native browsers to crawl documents.
-