Uses of Class
org.rometools.fetcher.impl.SyndFeedInfo

Packages that use SyndFeedInfo
org.rometools.fetcher.impl   
 

Uses of SyndFeedInfo in org.rometools.fetcher.impl
 

Methods in org.rometools.fetcher.impl that return SyndFeedInfo
 SyndFeedInfo FeedFetcherCache.getFeedInfo(URL feedUrl)
          Get a SyndFeedInfo object from the cache.
 SyndFeedInfo HashMapFeedInfoCache.getFeedInfo(URL feedUrl)
           
 SyndFeedInfo DiskFeedInfoCache.getFeedInfo(URL url)
           
 SyndFeedInfo FeedFetcherCache.remove(URL feedUrl)
          Removes the SyndFeedInfo identified by the url from the cache.
 SyndFeedInfo HashMapFeedInfoCache.remove(URL url)
           
 SyndFeedInfo DiskFeedInfoCache.remove(URL url)
           
 

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



Copyright © 2004-2013 ROME Project. All Rights Reserved.