rabbit.meta
Class LogRotator

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

public class LogRotator
extends java.lang.Object
implements MetaHandler

the Metapage that rotates the logs


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

Constructor Detail

LogRotator

public LogRotator()
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, that is a special page the proxy supports.

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