prupp
Class OneSetter

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

public class OneSetter
extends java.lang.Object
implements MetaHandler

A MetaPage to set a value in the configurations. This page handles four very distinct sections: proxy, access, filter and users. setting is a string either key=value for proxy and filter or a more general string for access and users.


Constructor Summary
OneSetter()
          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)
          Sets one configuration option in the proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneSetter

public OneSetter()
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)
Sets one configuration option in the proxy.
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