Uses of Interface
com.biglybt.pif.utils.xml.rss.RSSFeed
-
Packages that use RSSFeed Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils com.biglybt.pifimpl.local.utils.xml.rss -
-
Uses of RSSFeed in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return RSSFeed Modifier and Type Method Description static RSSFeed
StaticUtilities. getRSSFeed(java.net.URL source_url, java.io.InputStream is)
RSSFeed
Utilities. getRSSFeed(java.net.URL feed_location)
RSSFeed
Utilities. getRSSFeed(java.net.URL source_url, ResourceDownloader feed_location)
RSSFeed
Utilities. getRSSFeed(java.net.URL source_url, java.io.InputStream is)
-
Uses of RSSFeed in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return RSSFeed Modifier and Type Method Description RSSFeed
UtilitiesImpl. getRSSFeed(java.net.URL feed_location)
RSSFeed
UtilitiesImpl. getRSSFeed(java.net.URL source_url, ResourceDownloader feed_location)
RSSFeed
UtilitiesImpl. getRSSFeed(java.net.URL source_url, java.io.InputStream is)
-
Uses of RSSFeed in com.biglybt.pifimpl.local.utils.xml.rss
Classes in com.biglybt.pifimpl.local.utils.xml.rss that implement RSSFeed Modifier and Type Class Description class
RSSFeedImpl
-