Package com.baidu.disconf.client.fetcher.impl

Examples of com.baidu.disconf.client.fetcher.impl.FetcherMgrImpl


        }

        // 获取一个默认的抓取器
        RestfulMgr restfulMgr = RestfulFactory.getRestfulMgrNomal();

        FetcherMgr fetcherMgr = new FetcherMgrImpl(
                restfulMgr,
                DisClientConfig.getInstance().CONF_SERVER_URL_RETRY_TIMES,
                DisClientConfig.getInstance().CONF_SERVER_URL_RETRY_SLEEP_SECONDS,
                DisClientSysConfig.getInstance().ENABLE_LOCAL_DOWNLOAD_DIR_IN_CLASS_PATH,
                DisClientSysConfig.getInstance().LOCAL_DOWNLOAD_DIR,
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.fetcher.impl.FetcherMgrImpl

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.