Uses of Class
com.sun.syndication.fetcher.impl.SyndFeedInfo

Packages that use SyndFeedInfo
com.sun.syndication.fetcher.impl Contains a concrete http based implementation of the ROME newsfeed fetching framework. 
net.sourceforge.java.feednread.backend.cache Provides classes for in memory as well as persistent caching of NewsFeed model objects. 
 

Uses of SyndFeedInfo in com.sun.syndication.fetcher.impl
 

Methods in com.sun.syndication.fetcher.impl that return SyndFeedInfo
 SyndFeedInfo HashMapFeedInfoCache.getFeedInfo(URL feedUrl)
           
 SyndFeedInfo FeedFetcherCache.getFeedInfo(URL feedUrl)
          Get a SyndFeedInfo object from the cache.
 

Methods in com.sun.syndication.fetcher.impl with parameters of type SyndFeedInfo
protected  void HttpURLFeedFetcher.retrieveAndCacheFeed(URL feedUrl, SyndFeedInfo syndFeedInfo, HttpURLConnection connection)
           
protected  void HttpURLFeedFetcher.resetFeedInfo(URL orignalUrl, SyndFeedInfo syndFeedInfo, HttpURLConnection connection)
           
protected  void HttpURLFeedFetcher.setRequestHeaders(URLConnection connection, SyndFeedInfo syndFeedInfo)
          Set appropriate HTTP headers, including conditional get and gzip encoding headers
 void HashMapFeedInfoCache.setFeedInfo(URL feedUrl, SyndFeedInfo syndFeedInfo)
           
 void FeedFetcherCache.setFeedInfo(URL feedUrl, SyndFeedInfo syndFeedInfo)
          Add a SyndFeedInfo object to the cache
 

Uses of SyndFeedInfo in net.sourceforge.java.feednread.backend.cache
 

Methods in net.sourceforge.java.feednread.backend.cache that return SyndFeedInfo
 SyndFeedInfo NewsFeedCache.getFeedInfo(URL feedUrl)
           Gets a SyndFeedInfo object from the cache.
private  SyndFeedInfo NewsFeedCache.getFromPersistentCache(String id)
           Gets the SyndFeedInfo object identified by the specified unique id from the persistent cache.
 

Methods in net.sourceforge.java.feednread.backend.cache with parameters of type SyndFeedInfo
 void NewsFeedCache.setFeedInfo(URL feedUrl, SyndFeedInfo syndFeedInfo)
           Puts the specified SyndFeedInfo object in the cache.
private  void NewsFeedCache.cache(URL feedUrl, SyndFeedInfo syndFeedInfo)
           Puts the specified SyndFeedInfo object into the live cache in memory.
private  void NewsFeedCache.cachePersistent(SyndFeedInfo syndFeedInfo)
           Caches the specified SyndFeedInfo object to a persistent medium.