| Package | Description |
|---|---|
| com.rometools.fetcher.impl |
| 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 |
HttpClientFeedFetcher.getFeedInfoCache()
Deprecated.
|
FeedFetcherCache |
HttpURLFeedFetcher.getFeedInfoCache()
Deprecated.
|
static FeedFetcherCache |
HashMapFeedInfoCache.getInstance()
Deprecated.
Get the global instance of the cache
|
static FeedFetcherCache |
LinkedHashMapFeedInfoCache.getInstance()
Deprecated.
Get the global instance of the cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientFeedFetcher.setFeedInfoCache(FeedFetcherCache feedInfoCache)
Deprecated.
|
void |
HttpURLFeedFetcher.setFeedInfoCache(FeedFetcherCache cache)
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 © 2016. All rights reserved.