public class LoadosophiaAPIClient extends HttpUtils
| Modifier and Type | Field and Description |
|---|---|
static String |
COLOR_NONE |
static String[] |
colors |
static int |
STATUS_DONE |
static int |
STATUS_ERROR |
address, dataAddress, httpClient, TIMEOUT| Constructor and Description |
|---|
LoadosophiaAPIClient(StatusNotifierCallback informer,
String aAddress,
String aToken,
String projectName,
String aColorFlag,
String aTitle) |
| Modifier and Type | Method and Description |
|---|---|
void |
endOnline(String redirectLink) |
LoadosophiaUploadResults |
sendFiles(File targetFile,
LinkedList<String> perfMonFiles) |
void |
sendOnlineData(net.sf.json.JSONArray data) |
String |
startOnline() |
addRequiredHeader, createGet, createPatch, createPost, createPost, extractErrorMessage, getAddress, getDataAddress, getHttpClient, getNotifier, query, queryObjectpublic static final String COLOR_NONE
public static final String[] colors
public static final int STATUS_DONE
public static final int STATUS_ERROR
public String startOnline() throws IOException
IOExceptionpublic void sendOnlineData(net.sf.json.JSONArray data)
throws IOException
IOExceptionpublic void endOnline(String redirectLink) throws IOException
IOExceptionpublic LoadosophiaUploadResults sendFiles(File targetFile, LinkedList<String> perfMonFiles) throws IOException
IOExceptionCopyright © 2017. All rights reserved.