All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mtons.spider.fetcher.Fetcher Maven / Gradle / Ivy

package mtons.spider.fetcher;

import mtons.spider.http.Response;

/**
 * Fetcher 抽取者/解析器
 * - 遍历出待爬取链接
 *
 * Created by langhsu on 2015/11/5.
 */
public interface Fetcher {

    String getStub();

    /**
     * 执行解析
     * @param response 响应结果
     */
    void accept(Response response);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy