Uses of Interface
org.apache.nutch.protocol.Protocol

Packages that use Protocol
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.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 Protocol in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol that return Protocol
 Protocol ProtocolFactory.getProtocol(String urlString)
          Returns the appropriate Protocol implementation for a url.
 

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

Classes in org.apache.nutch.protocol.file that implement Protocol
 class File
          File.java deals with file: scheme.
 

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

Classes in org.apache.nutch.protocol.ftp that implement Protocol
 class Ftp
          Ftp.java deals with ftp: scheme.
 

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

Classes in org.apache.nutch.protocol.http that implement Protocol
 class Http
           
 

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

Classes in org.apache.nutch.protocol.http.api that implement Protocol
 class HttpBase
           
 

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

Classes in org.apache.nutch.protocol.sftp that implement Protocol
 class Sftp
          This class uses the Jsch package to fetch content using the Sftp protocol.
 



Copyright © 2012 The Apache Software Foundation