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

us.codecraft.webmagic.handler.SubPipeline Maven / Gradle / Ivy

The newest version!
package us.codecraft.webmagic.handler;

import us.codecraft.webmagic.ResultItems;
import us.codecraft.webmagic.Task;

/**
 * @author [email protected]
 * @since 0.5.0
 */
public interface SubPipeline extends RequestMatcher {

    /**
     * process the page, extract urls to fetch, extract the data and store
     *
     * @param resultItems resultItems
     * @param task task
     * @return whether continue to match
     */
    public MatchOther processResult(ResultItems resultItems, Task task);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy