| org.tigris.scarab.pipeline.TimingInfoValve
TimingInfoValve | public class TimingInfoValve extends AbstractValve (Code) | | This valve stores the system time in the request object on first invocation
and reports the elapsed time on later invocations. It generally would be
set as the first and last valve in a pipeline. This valve also sets a
large response buffer, so that timing results are those of the server.
This will actually make the system appear slower to clients so it should
not be used in a production system. You need to compile this valve
with DEBUG=true for it to be functional.
author: John McNally version: $Id: TimingInfoValve.java 9255 2004-11-14 21:07:04Z dep4b $ |
Method Summary | |
public void | initialize() | public void | invoke(RunData data, ValveContext context) |
invoke | public void invoke(RunData data, ValveContext context) throws IOException, TurbineException(Code) | | See Also: org.apache.turbine.Valve.invoke(RunDataValveContext) |
|
|