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

Uses of ProtocolOutput in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return ProtocolOutput
 ProtocolOutput Protocol.getProtocolOutput(String url)
          Returns the Content for a url.
 ProtocolOutput Protocol.getProtocolOutput(FetchListEntry fle)
          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 urlString)
           
 ProtocolOutput File.getProtocolOutput(FetchListEntry fle)
           
 

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

Methods in org.apache.nutch.protocol.ftp that return ProtocolOutput
 ProtocolOutput Ftp.getProtocolOutput(String urlString)
           
 ProtocolOutput Ftp.getProtocolOutput(FetchListEntry fle)
           
 

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

Methods in org.apache.nutch.protocol.http that return ProtocolOutput
 ProtocolOutput Http.getProtocolOutput(String urlString)
           
 ProtocolOutput Http.getProtocolOutput(FetchListEntry fle)
           
 

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

Methods in org.apache.nutch.protocol.httpclient that return ProtocolOutput
 ProtocolOutput Http.getProtocolOutput(String urlString)
           
 ProtocolOutput Http.getProtocolOutput(FetchListEntry fle)
           
 



Copyright © 2006 The Apache Software Foundation