Uses of Class
org.apache.nutch.protocol.http.api.HttpBase
Packages that use HttpBase
Package
Description
Protocol plugin which supports retrieving documents via HTTP/HTTPS using
Selenium and the
HtmlUnitDriver web
driver for the for the
HtmlUnit headless browser.
Protocol plugin which supports retrieving documents via the http protocol.
Common API used by HTTP plugins (
http,
httpclient, etc.)Protocol plugin which supports retrieving documents via the HTTP andHTTPS
protocols, optionally with Basic, Digest and NTLM authentication schemes for
web server as well as proxy server.
Protocol plugin which supports retrieving documents using and interacting
with Selenium.
Protocol plugin for HTTP/HTTPS based on
okhttp, supports HTTP 1.1
and/or http/2.
Protocol plugin which supports retrieving documents via
Selenium.
-
Uses of HttpBase in org.apache.nutch.protocol.htmlunit
Subclasses of HttpBase in org.apache.nutch.protocol.htmlunitConstructors in org.apache.nutch.protocol.htmlunit with parameters of type HttpBaseModifierConstructorDescriptionHttpResponse(HttpBase http, URL url, CrawlDatum datum) Default public constructor. -
Uses of HttpBase in org.apache.nutch.protocol.http
Subclasses of HttpBase in org.apache.nutch.protocol.httpConstructors in org.apache.nutch.protocol.http with parameters of type HttpBaseModifierConstructorDescriptionHttpResponse(HttpBase http, URL url, CrawlDatum datum) Default public constructor. -
Uses of HttpBase in org.apache.nutch.protocol.http.api
Methods in org.apache.nutch.protocol.http.api with parameters of type HttpBase -
Uses of HttpBase in org.apache.nutch.protocol.httpclient
Subclasses of HttpBase in org.apache.nutch.protocol.httpclientModifier and TypeClassDescriptionclassThis class is a protocol plugin that configures an HTTP client for Basic, Digest and NTLM authentication schemes for web server as well as proxy server. -
Uses of HttpBase in org.apache.nutch.protocol.interactiveselenium
Subclasses of HttpBase in org.apache.nutch.protocol.interactiveselenium -
Uses of HttpBase in org.apache.nutch.protocol.okhttp
Subclasses of HttpBase in org.apache.nutch.protocol.okhttp -
Uses of HttpBase in org.apache.nutch.protocol.selenium
Subclasses of HttpBase in org.apache.nutch.protocol.selenium