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.api |
Common API used by HTTP plugins (
http ,
httpclient ) |
org.apache.nutch.protocol.sftp |
Protocol plugin which supports retrieving documents via the sftp protocol.
|
Modifier and Type | Method and Description |
---|---|
ProtocolOutput |
Protocol.getProtocolOutput(java.lang.String url,
WebPage page) |
Modifier and Type | Method and Description |
---|---|
ProtocolOutput |
File.getProtocolOutput(java.lang.String url,
WebPage page)
Creates a
FileResponse object corresponding to the url and return a
ProtocolOutput object as per the content received |
Modifier and Type | Method and Description |
---|---|
ProtocolOutput |
Ftp.getProtocolOutput(java.lang.String url,
WebPage page)
Creates a
FtpResponse object corresponding to the url and returns a
ProtocolOutput object as per the content received |
Modifier and Type | Method and Description |
---|---|
ProtocolOutput |
HttpBase.getProtocolOutput(java.lang.String url,
WebPage page) |
Modifier and Type | Method and Description |
---|---|
ProtocolOutput |
Sftp.getProtocolOutput(java.lang.String url,
WebPage page) |
Copyright © 2019 The Apache Software Foundation