Package com.baidu.disconf.core.common.restful

Examples of com.baidu.disconf.core.common.restful.RestfulMgr


            throw new Exception(
                    "ConfigMgr should be init before FetcherFactory.getFetcherMgr");
        }

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

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

TOP

Related Classes of com.baidu.disconf.core.common.restful.RestfulMgr

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.