Uses of Class
org.apache.nutch.pagedb.FetchListEntry

Packages that use FetchListEntry
org.apache.nutch.fetcher The Nutch robot. 
org.apache.nutch.pagedb   
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 FetchListEntry in org.apache.nutch.fetcher
 

Methods in org.apache.nutch.fetcher that return FetchListEntry
 FetchListEntry FetcherOutput.getFetchListEntry()
           
 

Constructors in org.apache.nutch.fetcher with parameters of type FetchListEntry
FetcherOutput(FetchListEntry fetchListEntry, MD5Hash md5Hash, ProtocolStatus protocolStatus)
           
 

Uses of FetchListEntry in org.apache.nutch.pagedb
 

Methods in org.apache.nutch.pagedb that return FetchListEntry
static FetchListEntry FetchListEntry.read(DataInput in)
           
 

Uses of FetchListEntry in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol with parameters of type FetchListEntry
 ProtocolOutput Protocol.getProtocolOutput(FetchListEntry fle)
          Returns the Content for a fetchlist entry.
 

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

Methods in org.apache.nutch.protocol.file with parameters of type FetchListEntry
 ProtocolOutput File.getProtocolOutput(FetchListEntry fle)
           
 

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

Methods in org.apache.nutch.protocol.ftp with parameters of type FetchListEntry
 ProtocolOutput Ftp.getProtocolOutput(FetchListEntry fle)
           
 

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

Methods in org.apache.nutch.protocol.http with parameters of type FetchListEntry
 ProtocolOutput Http.getProtocolOutput(FetchListEntry fle)
           
 

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

Methods in org.apache.nutch.protocol.httpclient with parameters of type FetchListEntry
 ProtocolOutput Http.getProtocolOutput(FetchListEntry fle)
           
 



Copyright © 2006 The Apache Software Foundation