Uses of Interface
net.nutch.protocol.Protocol

Packages that use Protocol
net.nutch.protocol   
net.nutch.protocol.file Protocol plugin which supports retrieving local file resources. 
net.nutch.protocol.ftp Protocol plugin which supports retrieving documents via the ftp protocol. 
net.nutch.protocol.http Protocol plugin which supports retrieving documents via the http protocol. 
 

Uses of Protocol in net.nutch.protocol
 

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

Uses of Protocol in net.nutch.protocol.file
 

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

Uses of Protocol in net.nutch.protocol.ftp
 

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

Uses of Protocol in net.nutch.protocol.http
 

Classes in net.nutch.protocol.http that implement Protocol
 class Http
          An implementation of the Http protocol.
 



Copyright © 2004 The Nutch Organization.