Uses of Interface
org.apache.ws.commons.tcpmon.core.filter.http.HttpRequestHandler

Packages that use HttpRequestHandler
org.apache.ws.commons.tcpmon.core.filter.http   
 

Uses of HttpRequestHandler in org.apache.ws.commons.tcpmon.core.filter.http
 

Classes in org.apache.ws.commons.tcpmon.core.filter.http that implement HttpRequestHandler
 class AbstractHttpRequestHandler
          Abstract implementation of HttpRequestHandler with default behavior.
 class AbstractHttpRequestResponseHandler
          Abstract implementation of HttpRequestHandler and HttpResponseHandler with default behavior.
 class HostRewriter
           
 class HttpHeaderRewriter
          Handler that replaces the value of a given HTTP header.
 class HttpProxyClientHandler
          Handler that rewrites a plain HTTP request to an HTTP proxy request.
 class HttpProxyServerHandler
          Handler that rewrites an HTTP proxy request to a plain HTTP request.
 

Methods in org.apache.ws.commons.tcpmon.core.filter.http with parameters of type HttpRequestHandler
 void HttpRequestFilter.addHandler(HttpRequestHandler handler)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.