| Package | Description |
|---|---|
| com.rometools.fetcher.impl |
| Modifier and Type | Method and Description |
|---|---|
SyndFeedInfo |
DiskFeedInfoCache.getFeedInfo(URL url) |
SyndFeedInfo |
FeedFetcherCache.getFeedInfo(URL feedUrl)
Get a SyndFeedInfo object from the cache.
|
SyndFeedInfo |
HashMapFeedInfoCache.getFeedInfo(URL feedUrl) |
SyndFeedInfo |
DiskFeedInfoCache.remove(URL url) |
SyndFeedInfo |
FeedFetcherCache.remove(URL feedUrl)
Removes the SyndFeedInfo identified by the url from the cache.
|
SyndFeedInfo |
HashMapFeedInfoCache.remove(URL url) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,SyndFeedInfo> |
HashMapFeedInfoCache.createInfoCache() |
protected Map<String,SyndFeedInfo> |
LinkedHashMapFeedInfoCache.createInfoCache() |
protected Map<String,SyndFeedInfo> |
HashMapFeedInfoCache.getInfoCache() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HashMapFeedInfoCache.put(String key,
SyndFeedInfo value) |
protected void |
HttpURLFeedFetcher.resetFeedInfo(URL orignalUrl,
SyndFeedInfo syndFeedInfo,
HttpURLConnection connection) |
protected void |
HttpURLFeedFetcher.retrieveAndCacheFeed(URL feedUrl,
SyndFeedInfo syndFeedInfo,
HttpURLConnection connection) |
void |
DiskFeedInfoCache.setFeedInfo(URL url,
SyndFeedInfo feedInfo) |
void |
FeedFetcherCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo)
Add a SyndFeedInfo object to the cache
|
void |
HashMapFeedInfoCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo) |
protected void |
HttpURLFeedFetcher.setRequestHeaders(URLConnection connection,
SyndFeedInfo syndFeedInfo)
Set appropriate HTTP headers, including conditional get and gzip encoding headers
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HashMapFeedInfoCache.setInfoCache(Map<String,SyndFeedInfo> map)
The API of this class indicates that map must thread safe.
|
Copyright © 2015. All Rights Reserved.