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

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

public abstract class HttpProxyServerHandler
extends AbstractHttpRequestHandler

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


Constructor Summary
HttpProxyServerHandler()
           
 
Method Summary
protected abstract  void handleConnection(String host, int port)
           
 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

HttpProxyServerHandler

public HttpProxyServerHandler()
Method Detail

processRequestLine

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

handleConnection

protected abstract void handleConnection(String host,
                                         int port)


Copyright © The Apache Software Foundation. All Rights Reserved.