257258259260261262263264265266267
throws Exception { for (URL url : remoteUrl.getUrls()) { // 可重试的下载 UnreliableInterface unreliableImpl = new FetchConfFile(url, localTmpFile); try { return RetryProxy.retry(unreliableImpl, retryTimes,
233234235236237238239240241242243
int retryTimes, int sleepSeconds) throws Exception { for (URL url : remoteUrl.getUrls()) { // 可重试的下载 UnreliableInterface unreliableImpl = new FetchConfFile(url, localTmpFile); try { return retryStrategy.retry(unreliableImpl, retryTimes,
232233234235236237238239240241242