public final class FetchThread<T extends FetchResult> extends Object implements Callable<Set<T>>
Callable fetcher that extracts, for a given list of URLs and with a
given Extractor, the content from the list of urls. This is batched,
therefore a list of urls to cope with the setup cost of a thread.| Constructor and Description |
|---|
FetchThread(List<String> url,
Extractor<T> extractor) |
Copyright © 2016. All rights reserved.