public class Client extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Client.APIException |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_API_HOST |
Constructor and Description |
---|
Client(String accessKey,
String secretKey) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Report |
getReport(String siteID,
String scanID) |
boolean |
isScanRunning(String siteID,
String scanID) |
void |
setAPIHost(String host) |
void |
setProxyConfig(String proxyHost,
Integer proxyPort) |
Scan |
startScan(String siteID) |
public static final String DEFAULT_API_HOST
public void setAPIHost(String host)
public Scan startScan(String siteID) throws Client.APIException
Client.APIException
public boolean isScanRunning(String siteID, String scanID) throws Client.APIException
Client.APIException
public Report getReport(String siteID, String scanID) throws Client.APIException
Client.APIException
public void close()
Copyright © 2016–2019. All rights reserved.