Package | Description |
---|---|
net.grinder.tools.tcpproxy |
TCPProxy implementation.
|
net.grinder.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected TerminalColour |
AbstractTCPProxyEngine.getRequestColour()
Allow subclasses to access colour terminal control code for request
streams.
|
protected TerminalColour |
AbstractTCPProxyEngine.getResponseColour()
Allow subclasses to access request terminal control code for response
streams.
|
Constructor and Description |
---|
AbstractTCPProxyEngine.OutputStreamFilterTee(ConnectionDetails connectionDetails,
OutputStream out,
TCPProxyFilter filter,
TerminalColour colour)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static TerminalColour |
TerminalColour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalColour[] |
TerminalColour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2014. All Rights Reserved.