public class RemoteSessionEventHandler extends RestClient
RestClient.HttpMethodCall, RestClient.HttpRequestBuilder| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CLIENT_TIMEOUT |
agentId, jsonMapper, logger, restClient, serverUrl| Constructor and Description |
|---|
RemoteSessionEventHandler(Logger logger,
URI serverUrl,
String accessKey) |
RemoteSessionEventHandler(Logger logger,
URI serverUrl,
String accessKey,
int timeout) |
RemoteSessionEventHandler(URI serverUrl,
String accessKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getThrowExceptions() |
void |
initEnded() |
void |
initStarted() |
void |
setProxy(AbstractProxySettings abstractProxySettings) |
void |
setSizeEnded() |
void |
setSizeWillStart(RectangleSize sizeToSet) |
void |
setThrowExceptions(boolean throwExceptions) |
void |
setTimeout(int timeout) |
void |
testEnded(String autSessionId,
TestResults testResults) |
void |
testStarted(String autSessionId) |
void |
validationEnded(String autSessionId,
String validationId,
ValidationResult validationResult) |
void |
validationWillStart(String autSessionId,
ValidationInfo validationInfo) |
downloadFile, getAgentId, getLogger, getProxy, getReadResponseError, getServerUrlBase, getTimeout, initClient, makeEyesRequest, parseResponseWithJsonData, sendAsyncRequest, sendAsyncRequest, sendAsyncRequest, sendAsyncRequest, sendHttpRequest, sendHttpRequest, sendHttpRequest, sendLongRequest, setAgentId, setLogger, setServerUrlBasepublic static final int DEFAULT_CLIENT_TIMEOUT
public RemoteSessionEventHandler(Logger logger, URI serverUrl, String accessKey, int timeout)
public RemoteSessionEventHandler(Logger logger, URI serverUrl, String accessKey)
public void setProxy(AbstractProxySettings abstractProxySettings)
setProxy in class RestClientpublic void setTimeout(int timeout)
setTimeout in class RestClientpublic void initStarted()
public void initEnded()
public void setSizeWillStart(RectangleSize sizeToSet)
public void setSizeEnded()
public void testStarted(String autSessionId)
public void testEnded(String autSessionId, TestResults testResults)
public void validationWillStart(String autSessionId, ValidationInfo validationInfo)
public void validationEnded(String autSessionId, String validationId, ValidationResult validationResult)
public boolean getThrowExceptions()
public void setThrowExceptions(boolean throwExceptions)
Copyright © 2022. All rights reserved.