public interface HttpProxyService
| Modifier and Type | Method and Description |
|---|---|
String |
start(String targetUri,
Integer timeout)
Creates and starts a proxy given only a target Uri.
|
String |
start(String endpointName,
String targetUri,
Integer timeout)
Creates and starts a proxy given an endpoint name and target Uri.
|
void |
stop(String endpointName)
Stops and destroys the proxy.
|
String start(String targetUri, Integer timeout) throws Exception
targetUri - timeout - - in millisecondsExceptionString start(String endpointName, String targetUri, Integer timeout) throws Exception
endpointName - targetUri - timeout - - in millisecondsExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.