Package com.norconex.crawler.core.fetch
Class MultiFetcher
java.lang.Object
com.norconex.crawler.core.fetch.MultiFetcher
- All Implemented Interfaces:
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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(FetchRequest fetchRequest) static MultiFetcher.Builderbuilder()fetch(FetchRequest fetchRequest) Fetches a document.int