Uses of Class
org.apache.nutch.protocol.ProtocolException
Packages that use ProtocolException
Package
Description
Classes related to the
Protocol interface,
see also org.apache.nutch.net.protocols.Protocol plugin which supports retrieving local file resources.
Protocol plugin which supports retrieving documents via the ftp protocol.
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 ProtocolException in org.apache.nutch.protocol
Subclasses of ProtocolException in org.apache.nutch.protocol -
Uses of ProtocolException in org.apache.nutch.protocol.file
Subclasses of ProtocolException in org.apache.nutch.protocol.fileModifier and TypeClassDescriptionclassThrown for File error codes.class -
Uses of ProtocolException in org.apache.nutch.protocol.ftp
Subclasses of ProtocolException in org.apache.nutch.protocol.ftpModifier and TypeClassDescriptionclassThrown for Ftp error codes.classSuperclass for important exceptions thrown during FTP talk, that must be handled with care.classException indicating bad reply of SYST command.classException indicating failure of opening data connection.classException indicating control channel is closed by server end, due to forced closure of data channel at client (our) end.classException indicating unrecognizable reply from server after forced closure of data channel by client (our) side. -
Uses of ProtocolException in org.apache.nutch.protocol.htmlunit
Methods in org.apache.nutch.protocol.htmlunit that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Constructors in org.apache.nutch.protocol.htmlunit that throw ProtocolExceptionModifierConstructorDescriptionHttpResponse(HttpBase http, URL url, CrawlDatum datum) Default public constructor. -
Uses of ProtocolException in org.apache.nutch.protocol.http
Methods in org.apache.nutch.protocol.http that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Constructors in org.apache.nutch.protocol.http that throw ProtocolExceptionModifierConstructorDescriptionHttpResponse(HttpBase http, URL url, CrawlDatum datum) Default public constructor. -
Uses of ProtocolException in org.apache.nutch.protocol.http.api
Subclasses of ProtocolException in org.apache.nutch.protocol.http.apiMethods in org.apache.nutch.protocol.http.api that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected abstract ResponseHttpBase.getResponse(URL url, CrawlDatum datum, boolean followRedirects) -
Uses of ProtocolException in org.apache.nutch.protocol.httpclient
Methods in org.apache.nutch.protocol.httpclient that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Fetches theurlwith a configured HTTP client and gets the response. -
Uses of ProtocolException in org.apache.nutch.protocol.interactiveselenium
Methods in org.apache.nutch.protocol.interactiveselenium that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Constructors in org.apache.nutch.protocol.interactiveselenium that throw ProtocolException -
Uses of ProtocolException in org.apache.nutch.protocol.okhttp
Methods in org.apache.nutch.protocol.okhttp that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ResponseOkHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Constructors in org.apache.nutch.protocol.okhttp that throw ProtocolException -
Uses of ProtocolException in org.apache.nutch.protocol.selenium
Methods in org.apache.nutch.protocol.selenium that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected ResponseHttp.getResponse(URL url, CrawlDatum datum, boolean redirect) Constructors in org.apache.nutch.protocol.selenium that throw ProtocolException