org.openware.loadsim.output
Class DumpLinksHandler

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

public class DumpLinksHandler
extends java.lang.Object
implements IContentHandler

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

Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
DumpLinksHandler()
           
 
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

DumpLinksHandler

public DumpLinksHandler()
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.