Uses of Class
net.nutch.protocol.ProtocolException

Packages that use ProtocolException
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 ProtocolException in net.nutch.protocol
 

Subclasses of ProtocolException in net.nutch.protocol
 class ProtocolNotFound
           
 class ResourceGone
          Thrown by Protocol.getContent(String) when a URL is invalid.
 class RetryLater
          Thrown by Protocol.getContent(String) when a URL should be retried later.
 

Methods in net.nutch.protocol that throw ProtocolException
 Content Protocol.getContent(String url)
          Returns the Content for a url.
 

Uses of ProtocolException in net.nutch.protocol.file
 

Subclasses of ProtocolException in net.nutch.protocol.file
 class FileError
          Thrown for File error codes.
 class FileException
           
 

Uses of ProtocolException in net.nutch.protocol.ftp
 

Subclasses of ProtocolException in net.nutch.protocol.ftp
 class FtpError
          Thrown for Ftp error codes.
 class FtpException
          Superclass for important exceptions thrown during FTP talk, that must be handled with care.
 class FtpExceptionBadSystResponse
          Exception indicating bad reply of SYST command.
 class FtpExceptionCanNotHaveDataConnection
          Exception indicating failure of opening data connection.
 class FtpExceptionControlClosedByForcedDataClose
          Exception indicating control channel is closed by server end, due to forced closure of data channel at client (our) end.
 class FtpExceptionUnknownForcedDataClose
          Exception indicating unrecognizable reply from server after forced closure of data channel by client (our) side.
 

Uses of ProtocolException in net.nutch.protocol.http
 

Subclasses of ProtocolException in net.nutch.protocol.http
 class HttpError
          Thrown for HTTP error codes.
 class HttpException
           
 

Methods in net.nutch.protocol.http that throw ProtocolException
static boolean RobotRulesParser.isAllowed(URL url)
           
 Content Http.getContent(String urlString)
           
 

Constructors in net.nutch.protocol.http that throw ProtocolException
HttpResponse(URL url)
           
HttpResponse(String orig, URL url)
           
 



Copyright © 2004 The Nutch Organization.