Uses of Class
org.apache.nutch.protocol.ProtocolOutput
Packages that use ProtocolOutput
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.
Common API used by HTTP plugins (
http,
httpclient, etc.)Miscellaneous utility classes.
-
Uses of ProtocolOutput in org.apache.nutch.protocol
Methods in org.apache.nutch.protocol that return ProtocolOutputModifier and TypeMethodDescriptionProtocol.getProtocolOutput(Text url, CrawlDatum datum) Get theProtocolOutputfor a given url and crawldatum -
Uses of ProtocolOutput in org.apache.nutch.protocol.file
Methods in org.apache.nutch.protocol.file that return ProtocolOutputModifier and TypeMethodDescriptionFile.getProtocolOutput(Text url, CrawlDatum datum) Creates aFileResponseobject corresponding to the url and return aProtocolOutputobject as per the content received -
Uses of ProtocolOutput in org.apache.nutch.protocol.ftp
Methods in org.apache.nutch.protocol.ftp that return ProtocolOutputModifier and TypeMethodDescriptionFtp.getProtocolOutput(Text url, CrawlDatum datum) Creates aFtpResponseobject corresponding to the url and returns aProtocolOutputobject as per the content received -
Uses of ProtocolOutput in org.apache.nutch.protocol.http.api
Methods in org.apache.nutch.protocol.http.api that return ProtocolOutput -
Uses of ProtocolOutput in org.apache.nutch.util
Methods in org.apache.nutch.util that return ProtocolOutputModifier and TypeMethodDescriptionprotected ProtocolOutputAbstractChecker.getProtocolOutput(String url, CrawlDatum datum, boolean checkRobotsTxt)