Uses of Class
org.apache.nutch.protocol.ProtocolStatus
-
Packages that use ProtocolStatus Package Description org.apache.nutch.protocol Classes related to theProtocol
interface, 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 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 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 Description void
ProtocolOutput. setStatus(ProtocolStatus status)
Constructors in org.apache.nutch.protocol with parameters of type ProtocolStatus Constructor Description ProtocolOutput(Content content, ProtocolStatus status)
-