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

Packages that use ProtocolStatus
org.apache.nutch.protocol   
org.apache.nutch.storage   
 

Uses of ProtocolStatus in org.apache.nutch.protocol
 

Fields in org.apache.nutch.protocol declared as ProtocolStatus
static ProtocolStatus ProtocolStatusUtils.STATUS_BLOCKED
           
static ProtocolStatus ProtocolStatusUtils.STATUS_FAILED
           
static ProtocolStatus ProtocolStatusUtils.STATUS_GONE
           
static ProtocolStatus ProtocolStatusUtils.STATUS_NOTFETCHING
           
static ProtocolStatus ProtocolStatusUtils.STATUS_NOTFOUND
           
static ProtocolStatus ProtocolStatusUtils.STATUS_NOTMODIFIED
           
static ProtocolStatus ProtocolStatusUtils.STATUS_REDIR_EXCEEDED
           
static ProtocolStatus ProtocolStatusUtils.STATUS_RETRY
           
static ProtocolStatus ProtocolStatusUtils.STATUS_ROBOTS_DENIED
           
static ProtocolStatus ProtocolStatusUtils.STATUS_SUCCESS
           
static ProtocolStatus ProtocolStatusUtils.STATUS_WOULDBLOCK
           
 

Methods in org.apache.nutch.protocol that return ProtocolStatus
 ProtocolStatus ProtocolOutput.getStatus()
           
static ProtocolStatus ProtocolStatusUtils.makeStatus(int code)
           
static ProtocolStatus ProtocolStatusUtils.makeStatus(int code, String message)
           
static ProtocolStatus ProtocolStatusUtils.makeStatus(int code, URL url)
           
 

Methods in org.apache.nutch.protocol with parameters of type ProtocolStatus
static String ProtocolStatusUtils.getMessage(ProtocolStatus pstatus)
           
 void ProtocolOutput.setStatus(ProtocolStatus status)
           
static String ProtocolStatusUtils.toString(ProtocolStatus status)
           
 

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

Uses of ProtocolStatus in org.apache.nutch.storage
 

Methods in org.apache.nutch.storage that return ProtocolStatus
 ProtocolStatus WebPage.getProtocolStatus()
           
 ProtocolStatus ProtocolStatus.newInstance(org.apache.gora.persistency.StateManager stateManager)
           
 

Methods in org.apache.nutch.storage with parameters of type ProtocolStatus
 void WebPage.setProtocolStatus(ProtocolStatus value)
           
 



Copyright © 2012 The Apache Software Foundation