public interface RestfulMgr
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
downloadFromServer(RemoteUrl remoteUrl,
String fileName,
String localFileDir,
String localFileDirTemp,
String copy2TargetDirPath,
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 copy2TargetDirPath, boolean enableLocalDownloadDirInClassPath, int retryTimes, int retrySleepSeconds) throws Exception
remoteUrl - 远程地址fileName - 文件名localFileDir - 本地文件地址copy2TargetDirPath - 下载完后,还需要复制到此文件夹下Exceptionvoid close()
Copyright © 2015–2016 Baidu. All rights reserved.