Class UrlFetcher
java.lang.Object
org.apache.tika.pipes.fetcher.AbstractFetcher
org.apache.tika.pipes.fetcher.url.UrlFetcher
- All Implemented Interfaces:
- Fetcher
Simple fetcher for URLs. This simply calls 
TikaInputStream.get(URL).
 This intentionally does not support fetching for files.
 Please use the FileSystemFetcher for that.  If you need more advanced control (passwords,
 timeouts, proxies, etc), please use the tika-fetcher-http module.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tika.pipes.fetcher.AbstractFetchergetName, setName
- 
Constructor Details- 
UrlFetcherpublic UrlFetcher()
 
- 
- 
Method Details- 
fetch- Throws:
- IOException
- TikaException
 
 
-