| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHTTPProxy
IHTTPProxy is the interface for the HTTP proxy.
| Method Summary | |
|---|---|
|  int | getListenPort()Get listen port of the proxy | 
|  String | getSecret(String id,
          boolean remove)Get secret String that is used for confirmation of correct server-client combination | 
|  void | startThread()Start the proxy. | 
|  void | stopThread()Stop the proxy. | 
| Method Detail | 
|---|
int getListenPort()
String getSecret(String id,
                 boolean remove)
id - target key to obtain the secretremove - if true, the secret will be removed after invoking this method
ISecretManagervoid startThread()
void stopThread()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||