|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.KillTheStupidThing
a metapage to stop the proxy in a nice way
Constructor Summary | |
KillTheStupidThing()
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 |
public KillTheStupidThing()
Method Detail |
public void handle(java.io.DataInputStream input, java.io.DataOutputStream output, java.net.URL url, java.util.Properties htab, java.lang.String uap)
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |