| Package | Description |
|---|---|
| com.att.nsa.apiClient.http |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
HttpClient.get(String path)
Get an object from the cluster using the default caching strategy.
|
org.json.JSONObject |
HttpClient.get(String path,
CacheUse cu)
Get an object from the cluster using the caching strategy provided.
|
void |
HttpClient.patch(String oid,
org.json.JSONObject obj) |
void |
HttpClient.patch(String path,
org.json.JSONObject obj,
CacheUse cu) |
org.json.JSONObject |
HttpClient.post(String path,
org.json.JSONArray obj,
boolean expectEntity) |
org.json.JSONObject |
HttpClient.post(String path,
org.json.JSONObject obj,
boolean expectEntity) |
org.json.JSONObject |
HttpClient.post(String path,
String contentType,
byte[] rawBytes,
boolean expectEntity) |
void |
HttpClient.put(String path,
org.json.JSONObject obj) |
void |
HttpClient.put(String path,
org.json.JSONObject obj,
CacheUse cu) |
Copyright © 2018. All rights reserved.