Uses of Class
org.archive.util.HttpRecorder

Packages that use HttpRecorder
org.archive.crawler.datamodel   
org.archive.crawler.extractor   
org.archive.crawler.fetcher   
org.archive.crawler.framework   
org.archive.httpclient Provides specializations on apache jakarta commons httpclient
org.archive.util   
 

Uses of HttpRecorder in org.archive.crawler.datamodel
 

Methods in org.archive.crawler.datamodel that return HttpRecorder
 HttpRecorder CrawlURI.getHttpRecorder()
          Get the http recorder associated with this uri.
 

Methods in org.archive.crawler.datamodel with parameters of type HttpRecorder
 void CrawlURI.setHttpRecorder(HttpRecorder httpRecorder)
          Set the http recorder to be associated with this uri.
 

Uses of HttpRecorder in org.archive.crawler.extractor
 

Methods in org.archive.crawler.extractor with parameters of type HttpRecorder
protected  CrawlURI ExtractorTool.getCrawlURI(ARCRecord record, HttpRecorder hr)
           
 

Uses of HttpRecorder in org.archive.crawler.fetcher
 

Methods in org.archive.crawler.fetcher with parameters of type HttpRecorder
protected  void FetchHTTP.setSizes(CrawlURI curi, HttpRecorder rec)
          Update CrawlURI internal sizes based on current transaction (and in the case of 304s, history)
 

Uses of HttpRecorder in org.archive.crawler.framework
 

Methods in org.archive.crawler.framework that return HttpRecorder
 HttpRecorder ToeThread.getHttpRecorder()
          Used to get current threads HttpRecorder instance.
 

Uses of HttpRecorder in org.archive.httpclient
 

Methods in org.archive.httpclient that return HttpRecorder
 HttpRecorder HttpRecorderMethod.getHttpRecorder()
           
 

Constructors in org.archive.httpclient with parameters of type HttpRecorder
HttpRecorderGetMethod(java.lang.String uri, HttpRecorder recorder)
           
HttpRecorderMethod(HttpRecorder recorder)
           
HttpRecorderPostMethod(java.lang.String uri, HttpRecorder recorder)
           
 

Uses of HttpRecorder in org.archive.util
 

Methods in org.archive.util that return HttpRecorder
 HttpRecorder HttpRecorderMarker.getHttpRecorder()
           
static HttpRecorder HttpRecorder.getHttpRecorder()
          Get the current threads' HttpRecorder.
static HttpRecorder HttpRecorder.wrapInputStreamWithHttpRecord(java.io.File dir, java.lang.String basename, java.io.InputStream in, java.lang.String encoding)
          Record the input stream for later playback by an extractor, etc.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.