rabbit.meta
Class StackTrace

java.lang.Object
  extended by rabbit.meta.StackTrace
All Implemented Interfaces:
MetaHandler

public class StackTrace
extends java.lang.Object
implements MetaHandler

Get all the stack traces


Constructor Summary
StackTrace()
          default constructor
 
Method Summary
 void handle(java.io.InputStream input, MultiOutputStream output, HTTPHeader header, java.util.Properties htab, Connection con)
          handler of a MetaPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackTrace

public StackTrace()
default constructor

Method Detail

handle

public void handle(java.io.InputStream input,
                   MultiOutputStream output,
                   HTTPHeader header,
                   java.util.Properties htab,
                   Connection con)
handler of a MetaPage.

Specified by:
handle in interface MetaHandler
Parameters:
input - the InputStream from the client.
output - the OutputStream to the client.
header - the request.
htab - the supplied argument to the page (CGI-parameters).
con - the Connection that is serving this metapage.