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

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

public class HttpProxyClientHandler
extends AbstractHttpRequestHandler

Handler that rewrites a plain HTTP request to an HTTP proxy request.


Constructor Summary
HttpProxyClientHandler(String targetHost, int targetPort)
           
 
Method Summary
 String processRequestLine(String requestLine)
           
 
Methods inherited from class org.apache.ws.commons.tcpmon.core.filter.http.AbstractHttpRequestHandler
processRequestHeaders, requestCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProxyClientHandler

public HttpProxyClientHandler(String targetHost,
                              int targetPort)
Method Detail

processRequestLine

public String processRequestLine(String requestLine)
Specified by:
processRequestLine in interface HttpRequestHandler
Overrides:
processRequestLine in class AbstractHttpRequestHandler


Copyright © The Apache Software Foundation. All Rights Reserved.