public interface RestfulMgr
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
downloadFromServer(RemoteUrl remoteUrl,
String fileName,
String localFileDir,
String localFileDirTemp,
String targetDirPath,
boolean enableLocalDownloadDirInClassPath,
int retryTimes,
int retrySleepSeconds) |
<T> T |
getJsonData(Class<T> clazz,
RemoteUrl remoteUrl,
int retryTimes,
int retrySleepSeconds)
获取JSON数据
|
<T> T getJsonData(Class<T> clazz, RemoteUrl remoteUrl, int retryTimes, int retrySleepSeconds) throws Exception
clazz - remoteUrl - ExceptionString downloadFromServer(RemoteUrl remoteUrl, String fileName, String localFileDir, String localFileDirTemp, String targetDirPath, boolean enableLocalDownloadDirInClassPath, int retryTimes, int retrySleepSeconds) throws Exception
remoteUrl - 远程地址fileName - 文件名localFileDir - 本地文件地址targetDirPath - 下载完后,配置文件放到此目录下Exceptionvoid close()
Copyright © 2015–2016 Baidu. All rights reserved.