| Package | Description |
|---|---|
| com.rometools.fetcher.impl |
| Modifier and Type | Method and Description |
|---|---|
SyndFeedInfo |
HashMapFeedInfoCache.getFeedInfo(URL feedUrl)
Deprecated.
|
SyndFeedInfo |
DiskFeedInfoCache.getFeedInfo(URL url)
Deprecated.
|
SyndFeedInfo |
FeedFetcherCache.getFeedInfo(URL feedUrl)
Deprecated.
Get a SyndFeedInfo object from the cache.
|
SyndFeedInfo |
HashMapFeedInfoCache.remove(URL url)
Deprecated.
|
SyndFeedInfo |
DiskFeedInfoCache.remove(URL url)
Deprecated.
|
SyndFeedInfo |
FeedFetcherCache.remove(URL feedUrl)
Deprecated.
Removes the SyndFeedInfo identified by the url from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,SyndFeedInfo> |
HashMapFeedInfoCache.createInfoCache()
Deprecated.
|
protected Map<String,SyndFeedInfo> |
LinkedHashMapFeedInfoCache.createInfoCache()
Deprecated.
|
protected Map<String,SyndFeedInfo> |
HashMapFeedInfoCache.getInfoCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HashMapFeedInfoCache.put(String key,
SyndFeedInfo value)
Deprecated.
|
protected void |
HttpURLFeedFetcher.resetFeedInfo(URL orignalUrl,
SyndFeedInfo syndFeedInfo,
HttpURLConnection connection)
Deprecated.
|
protected void |
HttpURLFeedFetcher.retrieveAndCacheFeed(URL feedUrl,
SyndFeedInfo syndFeedInfo,
HttpURLConnection connection)
Deprecated.
|
void |
HashMapFeedInfoCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo)
Deprecated.
|
void |
DiskFeedInfoCache.setFeedInfo(URL url,
SyndFeedInfo feedInfo)
Deprecated.
|
void |
FeedFetcherCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo)
Deprecated.
Add a SyndFeedInfo object to the cache
|
protected void |
HttpURLFeedFetcher.setRequestHeaders(URLConnection connection,
SyndFeedInfo syndFeedInfo,
String userAgent)
Deprecated.
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)
Deprecated.
The API of this class indicates that map must thread safe.
|
Copyright © 2016. All rights reserved.