|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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 |