Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.certiorem.sub |
This package contains the business class Subscriptions that manages subscriptions and updates a
FeedInfoCache.
|
com.rometools.fetcher.impl |
Modifier and Type | Class and Description |
---|---|
class |
DeltaFeedInfoCache
Deprecated.
Certiorem will be removed in Rome 2.
|
Constructor and Description |
---|
DeltaFeedInfoCache(FeedFetcherCache backingCache)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriptions.setCache(FeedFetcherCache cache)
Deprecated.
|
Constructor and Description |
---|
Subscriptions(FeedFetcherCache cache,
Requester requester,
String callbackPrefix,
SubDAO dao)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskFeedInfoCache
Deprecated.
ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints,
please have a look at our detailed explanation.
|
class |
HashMapFeedInfoCache
Deprecated.
ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints,
please have a look at our detailed explanation.
|
class |
LinkedHashMapFeedInfoCache
Deprecated.
ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints,
please have a look at our detailed explanation.
|
Modifier and Type | Method and Description |
---|---|
FeedFetcherCache |
HttpURLFeedFetcher.getFeedInfoCache()
Deprecated.
|
FeedFetcherCache |
HttpClientFeedFetcher.getFeedInfoCache()
Deprecated.
|
static FeedFetcherCache |
LinkedHashMapFeedInfoCache.getInstance()
Deprecated.
Get the global instance of the cache
|
static FeedFetcherCache |
HashMapFeedInfoCache.getInstance()
Deprecated.
Get the global instance of the cache
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURLFeedFetcher.setFeedInfoCache(FeedFetcherCache cache)
Deprecated.
|
void |
HttpClientFeedFetcher.setFeedInfoCache(FeedFetcherCache feedInfoCache)
Deprecated.
|
Constructor and Description |
---|
HttpClientFeedFetcher(FeedFetcherCache cache)
Deprecated.
|
HttpClientFeedFetcher(FeedFetcherCache cache,
HttpClientFeedFetcher.CredentialSupplier credentialSupplier)
Deprecated.
|
HttpURLFeedFetcher(FeedFetcherCache feedInfoCache)
Deprecated.
Constructor to enable HttpURLFeedFetcher to cache feeds
|
Copyright © 2023. All rights reserved.