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

Packages that use Content
org.apache.nutch.parse.ext   
org.apache.nutch.parse.feed   
org.apache.nutch.parse.swf   
org.apache.nutch.parse.zip   
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. 
 

Uses of Content in org.apache.nutch.parse.ext
 

Methods in org.apache.nutch.parse.ext with parameters of type Content
 ParseResult ExtParser.getParse(Content content)
           
 

Uses of Content in org.apache.nutch.parse.feed
 

Methods in org.apache.nutch.parse.feed with parameters of type Content
 ParseResult FeedParser.getParse(Content content)
          Parses the given feed and extracts out and parsers all linked items within the feed, using the underlying ROME feed parsing library.
 

Uses of Content in org.apache.nutch.parse.swf
 

Methods in org.apache.nutch.parse.swf with parameters of type Content
 ParseResult SWFParser.getParse(Content content)
           
 

Uses of Content in org.apache.nutch.parse.zip
 

Methods in org.apache.nutch.parse.zip with parameters of type Content
 ParseResult ZipParser.getParse(Content content)
           
 

Uses of Content in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return Content
 Content ProtocolOutput.getContent()
           
static Content Content.read(DataInput in)
           
 

Methods in org.apache.nutch.protocol with parameters of type Content
 void ProtocolOutput.setContent(Content content)
           
 

Constructors in org.apache.nutch.protocol with parameters of type Content
ProtocolOutput(Content content)
           
ProtocolOutput(Content content, ProtocolStatus status)
           
 

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

Methods in org.apache.nutch.protocol.file that return Content
 Content FileResponse.toContent()
           
 

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

Methods in org.apache.nutch.protocol.ftp that return Content
 Content FtpResponse.toContent()
           
 



Copyright © 2012 The Apache Software Foundation