org.apache.ws.commons.tcpmon.core.filter.http
Class HttpHeaderRewriter

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
      extended by org.apache.ws.commons.tcpmon.core.filter.http.HttpHeaderRewriter
All Implemented Interfaces:
HttpRequestHandler

public class HttpHeaderRewriter
extends AbstractHttpRequestHandler

Handler that replaces the value of a given HTTP header.


Constructor Summary
HttpHeaderRewriter(String headerName, String newValue)
           
 
Method Summary
 void handleHeaders(Headers headers)
           
 
Methods inherited from class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
processRequestHeaders, processRequestLine, requestCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHeaderRewriter

public HttpHeaderRewriter(String headerName,
                          String newValue)
Method Detail

handleHeaders

public void handleHeaders(Headers headers)


Copyright © The Apache Software Foundation. All Rights Reserved.