Uses of Class
org.apache.nutch.protocol.ProtocolOutput

Packages that use ProtocolOutput
org.apache.nutch.protocol   
org.apache.nutch.protocol.file Protocol plugin which supports retrieving local file resources. 
org.apache.nutch.protocol.ftp Protocol plugin which supports retrieving documents via the ftp protocol. 
org.apache.nutch.protocol.http.api Common API used by HTTP plugins (http, httpclient
 

Uses of ProtocolOutput in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return ProtocolOutput
 ProtocolOutput Protocol.getProtocolOutput(Text url, CrawlDatum datum)
          Returns the Content for a fetchlist entry.
 

Uses of ProtocolOutput in org.apache.nutch.protocol.file
 

Methods in org.apache.nutch.protocol.file that return ProtocolOutput
 ProtocolOutput File.getProtocolOutput(Text url, CrawlDatum datum)
           
 

Uses of ProtocolOutput in org.apache.nutch.protocol.ftp
 

Methods in org.apache.nutch.protocol.ftp that return ProtocolOutput
 ProtocolOutput Ftp.getProtocolOutput(Text url, CrawlDatum datum)
           
 

Uses of ProtocolOutput in org.apache.nutch.protocol.http.api
 

Methods in org.apache.nutch.protocol.http.api that return ProtocolOutput
 ProtocolOutput HttpBase.getProtocolOutput(Text url, CrawlDatum datum)
           
 



Copyright © 2011 The Apache Software Foundation