- Prev
- Next
Uses of Class
org.apache.nutch.protocol.ProtocolStatus
Packages that use ProtocolStatus Package Description org.apache.nutch.protocol
Classes related to theProtocolinterface, see alsoorg.apache.nutch.net.protocols.
Uses of ProtocolStatus in org.apache.nutch.protocol
Fields in org.apache.nutch.protocol declared as ProtocolStatus 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
Methods in org.apache.nutch.protocol that return ProtocolStatus Modifier and Type Method and Description ProtocolStatus ProtocolOutput.getStatus() static ProtocolStatus ProtocolStatus.read(DataInput in)
Methods in org.apache.nutch.protocol with parameters of type ProtocolStatus Modifier and Type Method and Description void ProtocolOutput.setStatus(ProtocolStatus status)
Constructors in org.apache.nutch.protocol with parameters of type ProtocolStatus Constructor and Description ProtocolOutput(Content content,
ProtocolStatus status)
- Prev
- Next
