public interface IHTTPProxy
Modifier and Type | Method and Description |
---|---|
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.
|
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 methodISecretManager
void startThread()
void stopThread()