Uses of Interface
org.apache.nutch.net.protocols.Response
Packages that use Response
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 Response in org.apache.nutch.protocol.htmlunit
Classes in org.apache.nutch.protocol.htmlunit that implement ResponseMethods in org.apache.nutch.protocol.htmlunit that return ResponseModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) -
Uses of Response in org.apache.nutch.protocol.http
Classes in org.apache.nutch.protocol.http that implement ResponseMethods in org.apache.nutch.protocol.http that return ResponseModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) -
Uses of Response in org.apache.nutch.protocol.http.api
Methods in org.apache.nutch.protocol.http.api that return ResponseModifier and TypeMethodDescriptionprotected abstract ResponseHttpBase.getResponse(URL url, CrawlDatum datum, boolean followRedirects) Methods in org.apache.nutch.protocol.http.api with parameters of type Response -
Uses of Response in org.apache.nutch.protocol.httpclient
Classes in org.apache.nutch.protocol.httpclient that implement ResponseMethods in org.apache.nutch.protocol.httpclient that return ResponseModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Fetches theurlwith a configured HTTP client and gets the response. -
Uses of Response in org.apache.nutch.protocol.interactiveselenium
Classes in org.apache.nutch.protocol.interactiveselenium that implement ResponseMethods in org.apache.nutch.protocol.interactiveselenium that return ResponseModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) -
Uses of Response in org.apache.nutch.protocol.okhttp
Classes in org.apache.nutch.protocol.okhttp that implement ResponseMethods in org.apache.nutch.protocol.okhttp that return ResponseModifier and TypeMethodDescriptionprotected ResponseOkHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) -
Uses of Response in org.apache.nutch.protocol.selenium
Classes in org.apache.nutch.protocol.selenium that implement ResponseMethods in org.apache.nutch.protocol.selenium that return ResponseModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect)