prupp
Class CacheStatus

java.lang.Object
  |
  +--prupp.CacheStatus

public class CacheStatus
extends java.lang.Object
implements MetaHandler

print out the status of the cache.


Constructor Summary
CacheStatus()
          default constructor
 
Method Summary
 void handle(java.io.DataInputStream input, java.io.DataOutputStream output, java.net.URL url, java.util.Properties htab, java.lang.String uap)
          handler of a MetaPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatus

public CacheStatus()
default constructor
Method Detail

handle

public void handle(java.io.DataInputStream input,
                   java.io.DataOutputStream output,
                   java.net.URL url,
                   java.util.Properties htab,
                   java.lang.String uap)
handler of a MetaPage.
Specified by:
handle in interface MetaHandler
Parameters:
input - the InputStream from the client.
output - the OutputStream to the client.
url - the requested url.
htab - the supplied argument to the page (CGI-parameters).
uap - the username and paswword as by Basic-authentication