|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.FileSender
A class to send files from the htdocs directory. This makes RabbIT act as a very simple web server.
Constructor Summary | |
FileSender()
|
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). |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FileSender()
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 |