Uses of Class
org.apache.nutch.protocol.ProtocolStatus

Packages that use ProtocolStatus
org.apache.nutch.protocol   
 

Uses of ProtocolStatus in org.apache.nutch.protocol
 

Fields in org.apache.nutch.protocol declared as ProtocolStatus
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
 ProtocolStatus ProtocolOutput.getStatus()
           
static ProtocolStatus ProtocolStatus.read(DataInput in)
           
 

Methods in org.apache.nutch.protocol with parameters of type ProtocolStatus
 void ProtocolOutput.setStatus(ProtocolStatus status)
           
 

Constructors in org.apache.nutch.protocol with parameters of type ProtocolStatus
ProtocolOutput(Content content, ProtocolStatus status)
           
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.