Package | Description |
---|---|
net.grinder.plugin.http.tcpproxyfilter |
TCPProxy filters for the HTTP plug in.
|
net.grinder.tools.tcpproxy |
TCPProxy implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPRequestFilter
TCPProxyFilter that transforms an HTTP request stream into
an XML document. |
class |
HTTPResponseFilter
TCPProxyFilter that collects data from server responses. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeFilter
Composite TCPProxyFilter.
|
class |
EchoFilter
Filter that echos to the output stream of a logger.
|
class |
NullFilter
Filter that does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected TCPProxyFilter |
AbstractTCPProxyEngine.getRequestFilter()
Allow subclasses to access request filter.
|
protected TCPProxyFilter |
AbstractTCPProxyEngine.getResponseFilter()
Allow subclasses to access response filter.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeFilter.add(TCPProxyFilter filter)
Add a filter to the composite.
|
Constructor and Description |
---|
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-2014. All Rights Reserved.