Package | Description |
---|---|
com.hp.ov.sdk.rest.http.core.client |
Modifier and Type | Method and Description |
---|---|
String |
HttpRestClient.sendMultipartPostRequest(RestParams restParams,
File file) |
String |
HttpRestClient.sendRequest(RestParams restParams)
Send the request to OV and read the response.
|
String |
HttpRestClient.sendRequest(RestParams restParams,
org.json.JSONArray jsonObject)
Send the request to OV and read the response.
|
String |
HttpRestClient.sendRequest(RestParams restParams,
org.json.JSONObject jsonObject)
Send the request to OV and read the response.
|
String |
HttpRestClient.sendRequest(RestParams restParams,
org.json.JSONObject jsonObject,
boolean forceReturnTask)
Send the request to OV and read the response.
|
String |
HttpRestClient.sendRequest(RestParams restParams,
String requestBody)
Send the request to OV and read the response.
|
Copyright © 2016. All rights reserved.