| Package | Description |
|---|---|
| com.baidu.disconf.core.common.restful | |
| com.baidu.disconf.core.common.restful.impl |
| Modifier and Type | Method and Description |
|---|---|
String |
RestfulMgr.downloadFromServer(RemoteUrl remoteUrl,
String fileName,
String localFileDir,
String localFileDirTemp,
String targetDirPath,
boolean enableLocalDownloadDirInClassPath,
int retryTimes,
int retrySleepSeconds) |
<T> T |
RestfulMgr.getJsonData(Class<T> clazz,
RemoteUrl remoteUrl,
int retryTimes,
int retrySleepSeconds)
获取JSON数据
|
| Modifier and Type | Method and Description |
|---|---|
String |
RestfulMgrImpl.downloadFromServer(RemoteUrl remoteUrl,
String fileName,
String localFileDir,
String localFileDirTemp,
String targetDirPath,
boolean enableLocalDownloadDirInClassPath,
int retryTimes,
int retrySleepSeconds) |
<T> T |
RestfulMgrImpl.getJsonData(Class<T> clazz,
RemoteUrl remoteUrl,
int retryTimes,
int retrySleepSeconds)
获取JSON数据
|
Copyright © 2015–2016 Baidu. All rights reserved.