| org.archive.crawler.framework.Processor org.archive.crawler.processor.recrawl.FetchHistoryProcessor
FetchHistoryProcessor | public class FetchHistoryProcessor extends Processor implements CoreAttributeConstants(Code) | | Maintain a history of fetch information inside the CrawlURI's attributes.
author: gojomo version: $Date: 2006-09-25 20:19:54 +0000 (Mon, 25 Sep 2006) $, $Revision: 4654 $ |
ATTR_HISTORY_LENGTH | final public static String ATTR_HISTORY_LENGTH(Code) | | setting for desired history array length
|
DEFAULT_HISTORY_LENGTH | final public static Integer DEFAULT_HISTORY_LENGTH(Code) | | default history array length
|
FetchHistoryProcessor | public FetchHistoryProcessor(String name)(Code) | | Usual constructor
Parameters: name - |
initialTasks | protected void initialTasks()(Code) | | |
saveHeader | protected void saveHeader(String name, HttpMethodBase method, AList latestFetch)(Code) | | Save a header from the given HTTP operation into the AList.
Parameters: name - header name to save into history AList Parameters: method - http operation containing headers Parameters: latestFetch - AList to get header |
|
|