rabbit.meta
Class CacheStatus

java.lang.Object
  extended byrabbit.meta.CacheStatus
All Implemented Interfaces:
MetaHandler

public class CacheStatus
extends java.lang.Object
implements MetaHandler

Get that status of the cache.


Constructor Summary
CacheStatus()
          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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatus

public CacheStatus()
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.
htab - the supplied argument to the page (CGI-parameters).
header - the http request header
con - the Connection that is serving the request.