Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.certiorem.sub.data |
Data classes for the Subscription management.
|
com.rometools.fetcher.impl |
Modifier and Type | Class and Description |
---|---|
class |
DeltaSyndFeedInfo
Deprecated.
Certiorem will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
SyndFeedInfo |
DeltaFeedInfoCache.getFeedInfo(URL feedUrl)
Deprecated.
|
SyndFeedInfo |
DeltaFeedInfoCache.remove(URL feedUrl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DeltaFeedInfoCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo)
Deprecated.
|
Constructor and Description |
---|
DeltaSyndFeedInfo(SyndFeedInfo backingFeedInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionCallback.onNotify(Subscription subscribed,
SyndFeedInfo feedInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyndFeedInfo |
FeedFetcherCache.getFeedInfo(URL feedUrl)
Deprecated.
Get a SyndFeedInfo object from the cache.
|
SyndFeedInfo |
HashMapFeedInfoCache.getFeedInfo(URL feedUrl)
Deprecated.
|
SyndFeedInfo |
DiskFeedInfoCache.getFeedInfo(URL url)
Deprecated.
|
SyndFeedInfo |
FeedFetcherCache.remove(URL feedUrl)
Deprecated.
Removes the SyndFeedInfo identified by the url from the cache.
|
SyndFeedInfo |
HashMapFeedInfoCache.remove(URL url)
Deprecated.
|
SyndFeedInfo |
DiskFeedInfoCache.remove(URL url)
Deprecated.
|
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 |
FeedFetcherCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo)
Deprecated.
Add a SyndFeedInfo object to the cache
|
void |
HashMapFeedInfoCache.setFeedInfo(URL feedUrl,
SyndFeedInfo syndFeedInfo)
Deprecated.
|
void |
DiskFeedInfoCache.setFeedInfo(URL url,
SyndFeedInfo feedInfo)
Deprecated.
|
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 © 2022. All rights reserved.