rabbit.meta
Class KillTheStupidThing
java.lang.Object
rabbit.meta.KillTheStupidThing
- All Implemented Interfaces:
- MetaHandler
- public class KillTheStupidThing
- extends java.lang.Object
- implements MetaHandler
a metapage to stop the proxy in a nice way
|
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). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KillTheStupidThing
public KillTheStupidThing()
- default constructor
handle
public 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).
- Specified by:
handle in interface MetaHandler
- Parameters:
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.