prupp
Interface MetaHandler

All Known Implementing Classes:
FileSender, Admin, KillTheStupidThing, Configurer, Status, CacheStatus, ClearCache, OneSetter, OneGetter

public abstract interface MetaHandler

This interface specifies the methods methapages has to implement


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

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