public class DTPClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUrl |
protected String |
password |
protected String |
username |
| Constructor and Description |
|---|
DTPClient(String baseUrl,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.json.JSONObject |
doGet(String restPath) |
protected net.sf.json.JSONArray |
doGetArray(String restPath) |
protected String baseUrl
protected String username
protected String password
protected net.sf.json.JSONObject doGet(String restPath) throws IOException
IOExceptionprotected net.sf.json.JSONArray doGetArray(String restPath) throws IOException
IOExceptionCopyright © 2016–2019 Parasoft. All rights reserved.