|
|
|
@ -48,9 +48,6 @@ public class PluginHelper {
|
|
|
|
|
* @param p 下载百分比处理 |
|
|
|
|
*/ |
|
|
|
|
public static void downloadPluginFile(String id, String username, String password, Process<Double> p) throws Exception { |
|
|
|
|
if (!PluginHelper.invalidUser(id, username, password)) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
HttpClient httpClient = new HttpClient(getDownloadPath(id, username, password)); |
|
|
|
|
if (httpClient.getResponseCode() == HttpURLConnection.HTTP_OK) { |
|
|
|
|
int totalSize = httpClient.getContentLength(); |
|
|
|
@ -353,4 +350,4 @@ public class PluginHelper {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static final int TIME_OUT = 5000; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|