Package com.baidu.disconf.client.fetcher.inner.restful.file

Examples of com.baidu.disconf.client.fetcher.inner.restful.file.FetchConfFile


            throws Exception {

        for (URL url : remoteUrl.getUrls()) {

            // 可重试的下载
            UnreliableInterface unreliableImpl = new FetchConfFile(url,
                    localTmpFile);

            try {

                return RetryProxy.retry(unreliableImpl, retryTimes,
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.fetcher.inner.restful.file.FetchConfFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.