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.
|
Modifier and Type | Method and Description |
---|---|
Content |
ProtocolOutput.getContent() |
static Content |
Content.read(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolOutput.setContent(Content content) |
Constructor and Description |
---|
ProtocolOutput(Content content) |
ProtocolOutput(Content content,
ProtocolStatus status) |
Modifier and Type | Method and Description |
---|---|
Content |
FileResponse.toContent() |
Modifier and Type | Method and Description |
---|---|
Content |
FtpResponse.toContent() |
Copyright © 2015 The Apache Software Foundation