Package | Description |
---|---|
org.apache.nutch.protocol |
Classes related to the
Protocol interface,
see also org.apache.nutch.net.protocols . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolNotFound |
Modifier and Type | Class and Description |
---|---|
class |
FileError
Thrown for File error codes.
|
class |
FileException |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Response |
Http.getResponse(URL url,
WebPage page,
boolean redirect) |
Constructor and Description |
---|
HttpResponse(HttpBase http,
URL url,
WebPage page) |
Modifier and Type | Class and Description |
---|---|
class |
BlockedException |
class |
HttpException |
Modifier and Type | Method and Description |
---|---|
protected abstract Response |
HttpBase.getResponse(URL url,
WebPage page,
boolean followRedirects) |
Modifier and Type | Method and Description |
---|---|
protected Response |
Http.getResponse(URL url,
WebPage page,
boolean redirect)
Fetches the
url with a configured HTTP client and gets the
response. |
Copyright © 2015 The Apache Software Foundation