|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrabbit.meta.SimpleHandler
rabbit.meta.ProxyConfig
public class ProxyConfig
A MetaPage that allows setting the cofig of the proxy.
| Constructor Summary | |
|---|---|
ProxyConfig()
default constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getMark()
Get the mark. |
void |
handleData(Connection con,
java.lang.String data)
Handle the user data. |
void |
sendPage(MultiOutputStream output,
Connection con)
Send the response page. |
| Methods inherited from class rabbit.meta.SimpleHandler |
|---|
handle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyConfig()
| Method Detail |
|---|
public java.lang.String getMark()
SimpleHandler
getMark in class SimpleHandler
public void handleData(Connection con,
java.lang.String data)
SimpleHandler
handleData in class SimpleHandlercon - the Connection doing the transaction.data - the url decoded data.
public void sendPage(MultiOutputStream output,
Connection con)
SimpleHandler
sendPage in class SimpleHandleroutput - the stream to send the page oncon - the Connection handling the request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||