public class SideeXWebServiceClientAPI extends Object
| Modifier and Type | Field and Description |
|---|---|
static HostnameVerifier |
defaultHostnameVerifier |
static SSLSocketFactory |
defaultSSLSocketFactory |
| Constructor and Description |
|---|
SideeXWebServiceClientAPI(String baseURL,
ProtocolType protocolType) |
SideeXWebServiceClientAPI(String baseURL,
ProtocolType protocolType,
String caFilePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
deleteJob(String token) |
void |
download(Map<String,String> formData,
String filePath,
int option) |
String |
echo() |
String |
getState(String token) |
String |
runTestSuite(Map<String,File> file) |
void |
setHTTPSDisable() |
void |
setHTTPSToDefault() |
public static final HostnameVerifier defaultHostnameVerifier
public static final SSLSocketFactory defaultSSLSocketFactory
public SideeXWebServiceClientAPI(String baseURL, ProtocolType protocolType) throws MalformedURLException
MalformedURLExceptionpublic SideeXWebServiceClientAPI(String baseURL, ProtocolType protocolType, String caFilePath) throws MalformedURLException
MalformedURLExceptionpublic void setHTTPSToDefault()
public void setHTTPSDisable()
public String echo()
public String runTestSuite(Map<String,File> file) throws IOException
IOExceptionpublic String getState(String token) throws IOException
IOExceptionpublic void download(Map<String,String> formData, String filePath, int option) throws IOException
IOExceptionpublic String deleteJob(String token) throws IOException
IOExceptionCopyright © 2020. All rights reserved.