Uses of Class
com.rometools.fetcher.impl.SyndFeedInfo
-
Packages that use SyndFeedInfo Package Description com.rometools.fetcher.impl -
-
Uses of SyndFeedInfo in com.rometools.fetcher.impl
Methods in com.rometools.fetcher.impl that return SyndFeedInfo Modifier and Type Method Description SyndFeedInfoDiskFeedInfoCache. getFeedInfo(URL url)Deprecated.SyndFeedInfoFeedFetcherCache. getFeedInfo(URL feedUrl)Deprecated.Get a SyndFeedInfo object from the cache.SyndFeedInfoHashMapFeedInfoCache. getFeedInfo(URL feedUrl)Deprecated.SyndFeedInfoDiskFeedInfoCache. remove(URL url)Deprecated.SyndFeedInfoFeedFetcherCache. remove(URL feedUrl)Deprecated.Removes the SyndFeedInfo identified by the url from the cache.SyndFeedInfoHashMapFeedInfoCache. remove(URL url)Deprecated.Methods in com.rometools.fetcher.impl that return types with arguments of type SyndFeedInfo Modifier and Type Method Description protected Map<String,SyndFeedInfo>HashMapFeedInfoCache. createInfoCache()Deprecated.protected Map<String,SyndFeedInfo>LinkedHashMapFeedInfoCache. createInfoCache()Deprecated.protected Map<String,SyndFeedInfo>HashMapFeedInfoCache. getInfoCache()Deprecated.Methods in com.rometools.fetcher.impl with parameters of type SyndFeedInfo Modifier and Type Method Description protected voidHashMapFeedInfoCache. put(String key, SyndFeedInfo value)Deprecated.protected voidHttpURLFeedFetcher. resetFeedInfo(URL orignalUrl, SyndFeedInfo syndFeedInfo, HttpURLConnection connection)Deprecated.protected voidHttpURLFeedFetcher. retrieveAndCacheFeed(URL feedUrl, SyndFeedInfo syndFeedInfo, HttpURLConnection connection)Deprecated.voidDiskFeedInfoCache. setFeedInfo(URL url, SyndFeedInfo feedInfo)Deprecated.voidFeedFetcherCache. setFeedInfo(URL feedUrl, SyndFeedInfo syndFeedInfo)Deprecated.Add a SyndFeedInfo object to the cachevoidHashMapFeedInfoCache. setFeedInfo(URL feedUrl, SyndFeedInfo syndFeedInfo)Deprecated.protected voidHttpURLFeedFetcher. setRequestHeaders(URLConnection connection, SyndFeedInfo syndFeedInfo, String userAgent)Deprecated.Set appropriate HTTP headers, including conditional get and gzip encoding headersMethod parameters in com.rometools.fetcher.impl with type arguments of type SyndFeedInfo Modifier and Type Method Description protected voidHashMapFeedInfoCache. setInfoCache(Map<String,SyndFeedInfo> map)Deprecated.The API of this class indicates that map must thread safe.
-