|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedFetcherCache | |
com.sun.syndication.fetcher.impl |
Uses of FeedFetcherCache in com.sun.syndication.fetcher.impl |
Classes in com.sun.syndication.fetcher.impl that implement FeedFetcherCache | |
class |
HashMapFeedInfoCache
A very simple implementation of the FeedFetcherCache interface. |
Methods in com.sun.syndication.fetcher.impl that return FeedFetcherCache | |
static com.sun.syndication.fetcher.impl.FeedFetcherCache |
HashMapFeedInfoCache.getInstance()
Get the global instance of the cache |
com.sun.syndication.fetcher.impl.FeedFetcherCache |
HttpURLFeedFetcher.getFeedInfoCache()
|
Methods in com.sun.syndication.fetcher.impl with parameters of type FeedFetcherCache | |
void |
HttpURLFeedFetcher.setFeedInfoCache(com.sun.syndication.fetcher.impl.FeedFetcherCache cache)
|
Constructors in com.sun.syndication.fetcher.impl with parameters of type FeedFetcherCache | |
HttpClientFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache cache)
|
|
HttpClientFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache cache,
HttpClientFeedFetcher.CredentialSupplier credentialSupplier)
|
|
HttpURLFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache feedCache)
Constructor to enable HttpURLFeedFetcher to cache feeds |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |