Class BasicApacheFetcher
- java.lang.Object
-
- network.oxalis.vefa.peppol.lookup.fetcher.AbstractFetcher
-
- network.oxalis.vefa.peppol.lookup.fetcher.BasicApacheFetcher
-
- All Implemented Interfaces:
MetadataFetcher
- Direct Known Subclasses:
ApacheFetcher
public abstract class BasicApacheFetcher extends AbstractFetcher
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.http.client.config.RequestConfigrequestConfig-
Fields inherited from class network.oxalis.vefa.peppol.lookup.fetcher.AbstractFetcher
timeout
-
-
Constructor Summary
Constructors Constructor Description BasicApacheFetcher(Mode mode)
-
-
-
Constructor Detail
-
BasicApacheFetcher
public BasicApacheFetcher(Mode mode)
-
-
Method Detail
-
fetch
public abstract FetcherResponse fetch(List<URI> uriList) throws LookupException, FileNotFoundException
- Throws:
LookupExceptionFileNotFoundException
-
-