|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolException | |
|---|---|
| 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.httpclient | Protocol plugin which supports retrieving documents via the HTTP and HTTPS protocols, optionally with Basic, Digest and NTLM authentication schemes for web server as well as proxy server. |
| Uses of ProtocolException in org.apache.nutch.protocol |
|---|
| Subclasses of ProtocolException in org.apache.nutch.protocol | |
|---|---|
class |
ProtocolNotFound
|
| Uses of ProtocolException in org.apache.nutch.protocol.file |
|---|
| Subclasses of ProtocolException in org.apache.nutch.protocol.file | |
|---|---|
class |
FileError
Thrown for File error codes. |
class |
FileException
|
| Uses of ProtocolException in org.apache.nutch.protocol.ftp |
|---|
| Subclasses of ProtocolException in org.apache.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 org.apache.nutch.protocol.http |
|---|
| Methods in org.apache.nutch.protocol.http that throw ProtocolException | |
|---|---|
protected Response |
Http.getResponse(URL url,
WebPage page,
boolean redirect)
|
| Constructors in org.apache.nutch.protocol.http that throw ProtocolException | |
|---|---|
HttpResponse(HttpBase http,
URL url,
WebPage page)
|
|
| Uses of ProtocolException in org.apache.nutch.protocol.http.api |
|---|
| Subclasses of ProtocolException in org.apache.nutch.protocol.http.api | |
|---|---|
class |
BlockedException
|
class |
HttpException
|
| Methods in org.apache.nutch.protocol.http.api that throw ProtocolException | |
|---|---|
long |
RobotRulesParser.getCrawlDelay(HttpBase http,
URL url)
|
protected abstract Response |
HttpBase.getResponse(URL url,
WebPage page,
boolean followRedirects)
|
boolean |
RobotRulesParser.isAllowed(HttpBase http,
URL url)
|
| Uses of ProtocolException in org.apache.nutch.protocol.httpclient |
|---|
| Methods in org.apache.nutch.protocol.httpclient that throw ProtocolException | |
|---|---|
protected Response |
Http.getResponse(URL url,
WebPage page,
boolean redirect)
Fetches the url with a configured HTTP client and gets the
response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||