| Package | Description |
|---|---|
| com.rometools.fetcher.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskFeedInfoCache
Disk based cache.
|
class |
HashMapFeedInfoCache
A very simple implementation of the
FeedFetcherCache
interface. |
class |
LinkedHashMapFeedInfoCache
An implementation of the
FeedFetcherCache interface. |
| Modifier and Type | Method and Description |
|---|---|
FeedFetcherCache |
HttpClientFeedFetcher.getFeedInfoCache() |
FeedFetcherCache |
HttpURLFeedFetcher.getFeedInfoCache() |
static FeedFetcherCache |
HashMapFeedInfoCache.getInstance()
Get the global instance of the cache
|
static FeedFetcherCache |
LinkedHashMapFeedInfoCache.getInstance()
Get the global instance of the cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientFeedFetcher.setFeedInfoCache(FeedFetcherCache feedInfoCache) |
void |
HttpURLFeedFetcher.setFeedInfoCache(FeedFetcherCache cache) |
| Constructor and Description |
|---|
HttpClientFeedFetcher(FeedFetcherCache cache) |
HttpClientFeedFetcher(FeedFetcherCache cache,
HttpClientFeedFetcher.CredentialSupplier credentialSupplier) |
HttpURLFeedFetcher(FeedFetcherCache feedInfoCache)
Constructor to enable HttpURLFeedFetcher to cache feeds
|
Copyright © 2015. All Rights Reserved.