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
org.apache.nutch.protocol.sftp Protocol plugin which supports retrieving documents via the sftp protocol. 
 

Uses of ProtocolOutput in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return ProtocolOutput
 ProtocolOutput Protocol.getProtocolOutput(String url, WebPage page)
          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(String url, WebPage page)
           
 

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

Methods in org.apache.nutch.protocol.ftp that return ProtocolOutput
 ProtocolOutput Ftp.getProtocolOutput(String url, WebPage page)
           
 

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

Methods in org.apache.nutch.protocol.http.api that return ProtocolOutput
 ProtocolOutput HttpBase.getProtocolOutput(String url, WebPage page)
           
 

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

Methods in org.apache.nutch.protocol.sftp that return ProtocolOutput
 ProtocolOutput Sftp.getProtocolOutput(String url, WebPage page)
           
 



Copyright © 2012 The Apache Software Foundation