Package us.codecraft.webmagic.downloader

Examples of us.codecraft.webmagic.downloader.HttpClientDownloader


        return this;
    }

    protected void initComponent() {
        if (downloader == null) {
            this.downloader = new HttpClientDownloader();
        }
        if (pipelines.isEmpty()) {
            pipelines.add(new ConsolePipeline());
        }
        downloader.setThread(threadNum);
View Full Code Here

TOP

Related Classes of us.codecraft.webmagic.downloader.HttpClientDownloader

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.