org.openware.loadsim.output
Class DumpHeadersHandler

java.lang.Object
  |
  +--org.openware.loadsim.output.DumpHeadersHandler
All Implemented Interfaces:
IContentHandler, java.io.Serializable

public class DumpHeadersHandler
extends java.lang.Object
implements IContentHandler

Dump the HTTP headers from the last downloaded page. The headers are written to a file named <link label name>.headers. The "link label name" is that specified in the sequence file that LoadSim records.

Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
DumpHeadersHandler()
           
 
Method Summary
 void handlePage(SampleResult sr)
          Handle the contents of the last page downloaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpHeadersHandler

public DumpHeadersHandler()
Method Detail

handlePage

public void handlePage(SampleResult sr)
                throws LinkException
Description copied from interface: IContentHandler
Handle the contents of the last page downloaded.
Specified by:
handlePage in interface IContentHandler


Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.