Package | Description |
---|---|
org.apache.nutch.protocol |
Classes related to the
Protocol interface,
see also org.apache.nutch.net.protocols . |
Modifier and Type | Field and Description |
---|---|
static ProtocolStatus |
ProtocolStatus.STATUS_BLOCKED |
static ProtocolStatus |
ProtocolStatus.STATUS_FAILED |
static ProtocolStatus |
ProtocolStatus.STATUS_GONE |
static ProtocolStatus |
ProtocolStatus.STATUS_NOTFETCHING |
static ProtocolStatus |
ProtocolStatus.STATUS_NOTFOUND |
static ProtocolStatus |
ProtocolStatus.STATUS_NOTMODIFIED |
static ProtocolStatus |
ProtocolStatus.STATUS_REDIR_EXCEEDED |
static ProtocolStatus |
ProtocolStatus.STATUS_RETRY |
static ProtocolStatus |
ProtocolStatus.STATUS_ROBOTS_DENIED |
static ProtocolStatus |
ProtocolStatus.STATUS_SUCCESS |
static ProtocolStatus |
ProtocolStatus.STATUS_WOULDBLOCK |
Modifier and Type | Method and Description |
---|---|
ProtocolStatus |
ProtocolOutput.getStatus() |
static ProtocolStatus |
ProtocolStatus.read(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolOutput.setStatus(ProtocolStatus status) |
Constructor and Description |
---|
ProtocolOutput(Content content,
ProtocolStatus status) |
Copyright © 2021 The Apache Software Foundation