|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaHandler
This interface specifies the methods methapages has to implement
Method Summary | |
---|---|
void |
handle(java.io.InputStream input,
MultiOutputStream output,
HTTPHeader header,
java.util.Properties htab,
Connection con)
Handler of a MetaPage, that is a special page the proxy supports (like the status page). |
Method Detail |
---|
void handle(java.io.InputStream input, MultiOutputStream output, HTTPHeader header, java.util.Properties htab, Connection con)
input
- the InputStream from the client.output
- the OutputStream to the client.header
- the http request headerhtab
- the supplied argument to the page (CGI-parameters).con
- the Connection that is serving the request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |