Class MultiFetcher

java.lang.Object
com.norconex.crawler.core.fetch.MultiFetcher
All Implemented Interfaces:
Fetcher

public class MultiFetcher extends Object implements Fetcher
Implementation of Fetcher that groups multiple other fetcher to treat them as a single fetcher. It will try them all until a supporting fetcher succeeds in fetching a resource.
  • Method Details