public class AjaxSpider
extends java.lang.Object
Constructor and Description |
---|
AjaxSpider(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
numberOfResults()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionBrowserId()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionClickDefaultElems()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionClickElemsOnce()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionEventWait()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionMaxCrawlDepth()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionMaxCrawlStates()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionMaxDuration()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionNumberOfBrowsers()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionRandomInputs()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
optionReloadWait()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
results(java.lang.String start,
java.lang.String count)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
scan(java.lang.String apikey,
java.lang.String url,
java.lang.String inscope)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionBrowserId(java.lang.String apikey,
java.lang.String string)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionClickDefaultElems(java.lang.String apikey,
boolean bool)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionClickElemsOnce(java.lang.String apikey,
boolean bool)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionEventWait(java.lang.String apikey,
int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionMaxCrawlDepth(java.lang.String apikey,
int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionMaxCrawlStates(java.lang.String apikey,
int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionMaxDuration(java.lang.String apikey,
int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionNumberOfBrowsers(java.lang.String apikey,
int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionRandomInputs(java.lang.String apikey,
boolean bool)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
setOptionReloadWait(java.lang.String apikey,
int i)
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
status()
This component is optional and therefore the API will only work if it is installed
|
ApiResponse |
stop(java.lang.String apikey)
This component is optional and therefore the API will only work if it is installed
|
public AjaxSpider(ClientApi api)
public ApiResponse status() throws ClientApiException
ClientApiException
public ApiResponse results(java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse numberOfResults() throws ClientApiException
ClientApiException
public ApiResponse optionBrowserId() throws ClientApiException
ClientApiException
public ApiResponse optionEventWait() throws ClientApiException
ClientApiException
public ApiResponse optionMaxCrawlDepth() throws ClientApiException
ClientApiException
public ApiResponse optionMaxCrawlStates() throws ClientApiException
ClientApiException
public ApiResponse optionMaxDuration() throws ClientApiException
ClientApiException
public ApiResponse optionNumberOfBrowsers() throws ClientApiException
ClientApiException
public ApiResponse optionReloadWait() throws ClientApiException
ClientApiException
public ApiResponse optionClickDefaultElems() throws ClientApiException
ClientApiException
public ApiResponse optionClickElemsOnce() throws ClientApiException
ClientApiException
public ApiResponse optionRandomInputs() throws ClientApiException
ClientApiException
public ApiResponse scan(java.lang.String apikey, java.lang.String url, java.lang.String inscope) throws ClientApiException
ClientApiException
public ApiResponse stop(java.lang.String apikey) throws ClientApiException
ClientApiException
public ApiResponse setOptionBrowserId(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApiException
public ApiResponse setOptionClickDefaultElems(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApiException
public ApiResponse setOptionClickElemsOnce(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApiException
public ApiResponse setOptionEventWait(java.lang.String apikey, int i) throws ClientApiException
ClientApiException
public ApiResponse setOptionMaxCrawlDepth(java.lang.String apikey, int i) throws ClientApiException
ClientApiException
public ApiResponse setOptionMaxCrawlStates(java.lang.String apikey, int i) throws ClientApiException
ClientApiException
public ApiResponse setOptionMaxDuration(java.lang.String apikey, int i) throws ClientApiException
ClientApiException
public ApiResponse setOptionNumberOfBrowsers(java.lang.String apikey, int i) throws ClientApiException
ClientApiException
public ApiResponse setOptionRandomInputs(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApiException
public ApiResponse setOptionReloadWait(java.lang.String apikey, int i) throws ClientApiException
ClientApiException