Uses of Interface
net.grinder.tools.tcpproxy.TCPProxyFilter

Packages that use TCPProxyFilter
net.grinder.plugin.http.tcpproxyfilter TCPProxy filters for the HTTP plug in. 
net.grinder.tools.tcpproxy TCPProxy implementation. 
 

Uses of TCPProxyFilter in net.grinder.plugin.http.tcpproxyfilter
 

Classes in net.grinder.plugin.http.tcpproxyfilter that implement TCPProxyFilter
 class HTTPRequestFilter
          TCPProxyFilter that transforms an HTTP request stream into an XML document.
 class HTTPResponseFilter
          TCPProxyFilter that collects data from server responses.
 

Uses of TCPProxyFilter in net.grinder.tools.tcpproxy
 

Classes in net.grinder.tools.tcpproxy that implement TCPProxyFilter
 class CompositeFilter
          Composite TCPProxyFilter.
 class EchoFilter
          Filter that echos to the output stream of a logger.
 class NullFilter
          Filter that does nothing.
 

Methods in net.grinder.tools.tcpproxy that return TCPProxyFilter
protected  TCPProxyFilter AbstractTCPProxyEngine.getRequestFilter()
          Allow subclasses to access request filter.
protected  TCPProxyFilter AbstractTCPProxyEngine.getResponseFilter()
          Allow subclasses to access response filter.
 

Methods in net.grinder.tools.tcpproxy with parameters of type TCPProxyFilter
 void CompositeFilter.add(TCPProxyFilter filter)
          Add a filter to the composite.
 

Constructors in net.grinder.tools.tcpproxy with parameters of type TCPProxyFilter
AbstractTCPProxyEngine.OutputStreamFilterTee(ConnectionDetails connectionDetails, OutputStream out, TCPProxyFilter filter, TerminalColour colour)
          Constructor.
AbstractTCPProxyEngine(TCPProxySocketFactory socketFactory, TCPProxyFilter requestFilter, TCPProxyFilter responseFilter, PrintWriter output, org.slf4j.Logger logger, EndPoint localEndPoint, boolean useColour, int timeout)
          Constructor.
HTTPProxyTCPProxyEngine(TCPProxySSLSocketFactory sslSocketFactory, TCPProxyFilter requestFilter, TCPProxyFilter responseFilter, PrintWriter output, org.slf4j.Logger logger, EndPoint localEndPoint, boolean useColour, int timeout, EndPoint chainedHTTPProxy, EndPoint chainedHTTPSProxy)
          Constructor.
PortForwarderTCPProxyEngine(TCPProxyFilter requestFilter, TCPProxyFilter responseFilter, PrintWriter output, org.slf4j.Logger logger, ConnectionDetails connectionDetails, boolean useColour, int timeout)
          Constructor.
PortForwarderTCPProxyEngine(TCPProxySocketFactory socketFactory, TCPProxyFilter requestFilter, TCPProxyFilter responseFilter, PrintWriter output, org.slf4j.Logger logger, ConnectionDetails connectionDetails, boolean useColour, int timeout)
          Constructor that allows socket factory to be specified.
 



Copyright © 2000-2013. All Rights Reserved.