org.archive.wayback.replay
Class RedirectRewritingHttpHeaderProcessor

java.lang.Object
  extended by org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
All Implemented Interfaces:
HttpHeaderProcessor

public class RedirectRewritingHttpHeaderProcessor
extends Object
implements HttpHeaderProcessor

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Field Summary
 
Fields inherited from interface org.archive.wayback.replay.HttpHeaderProcessor
HTTP_CONTENT_BASE_HEADER, HTTP_CONTENT_BASE_HEADER_UP, HTTP_CONTENT_LOCATION_HEADER, HTTP_CONTENT_LOCATION_HEADER_UP, HTTP_CONTENT_TYPE_HEADER, HTTP_CONTENT_TYPE_HEADER_UP, HTTP_LENGTH_HEADER, HTTP_LENGTH_HEADER_UP, HTTP_LOCATION_HEADER, HTTP_LOCATION_HEADER_UP
 
Constructor Summary
RedirectRewritingHttpHeaderProcessor()
           
 
Method Summary
 void filter(Map<String,String> output, String key, String value, ResultURIConverter uriConverter, CaptureSearchResult result)
          optionally add header key:value to output for later returning to client
 String getPrefix()
           
 void setPrefix(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectRewritingHttpHeaderProcessor

public RedirectRewritingHttpHeaderProcessor()
Method Detail

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

filter

public void filter(Map<String,String> output,
                   String key,
                   String value,
                   ResultURIConverter uriConverter,
                   CaptureSearchResult result)
Description copied from interface: HttpHeaderProcessor
optionally add header key:value to output for later returning to client

Specified by:
filter in interface HttpHeaderProcessor


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