public class AjaxSpiderDeprecated
extends java.lang.Object
Constructor and Description |
---|
AjaxSpiderDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
scan(java.lang.String apikey,
java.lang.String url,
java.lang.String inscope)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionBrowserId(java.lang.String apikey,
java.lang.String string)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionClickDefaultElems(java.lang.String apikey,
boolean bool)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionClickElemsOnce(java.lang.String apikey,
boolean bool)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionEventWait(java.lang.String apikey,
int i)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionMaxCrawlDepth(java.lang.String apikey,
int i)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionMaxCrawlStates(java.lang.String apikey,
int i)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionMaxDuration(java.lang.String apikey,
int i)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionNumberOfBrowsers(java.lang.String apikey,
int i)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionRandomInputs(java.lang.String apikey,
boolean bool)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
setOptionReloadWait(java.lang.String apikey,
int i)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
ApiResponse |
stop(java.lang.String apikey)
Deprecated.
(1.1.0) Use the method without the API key and use one of the
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String) ). |
public AjaxSpiderDeprecated(ClientApi api)
@Deprecated public ApiResponse scan(java.lang.String apikey, java.lang.String url, java.lang.String inscope) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse stop(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionBrowserId(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionClickDefaultElems(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionClickElemsOnce(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionEventWait(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionMaxCrawlDepth(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionMaxCrawlStates(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionMaxDuration(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionNumberOfBrowsers(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionRandomInputs(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionReloadWait(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException