|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.meta.AccessGetter
public class AccessGetter
A metapage that allows setting of the valid ip addreses.
Constructor Summary | |
---|---|
AccessGetter()
default constructor |
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). |
void |
sendPage(MultiOutputStream output,
Connection con)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessGetter()
Method Detail |
---|
public void handle(java.io.InputStream input, MultiOutputStream output, HTTPHeader header, java.util.Properties htab, Connection con)
MetaHandler
handle
in interface MetaHandler
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.public void sendPage(MultiOutputStream output, Connection con)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |