Package | Description |
---|---|
org.eclipse.actf.util.httpproxy |
This package includes interfaces and configurations of ACTF HTTP proxy.
|
org.eclipse.actf.util.httpproxy.proxy |
This package includes interfaces to manage sessions of ACTF HTTP proxy.
|
Modifier and Type | Method and Description |
---|---|
ISecretManager |
ProxyConfig.getSecretManager()
Get
ISecretManager that is used for confirmation of correct
server-client combination. |
Modifier and Type | Method and Description |
---|---|
void |
ProxyConfig.setSecretManager(ISecretManager secretManager)
Set
ISecretManager that is used for confirmation of correct
server-client combination. |
Modifier and Type | Method and Description |
---|---|
ISecretManager |
IHTTPProxyConnection.getSecretManager()
Gets the secret manager for this proxy connection.
|