Uses of Class
com.biglybt.pif.utils.resourcedownloader.ResourceDownloaderException
-
-
Uses of ResourceDownloaderException in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl with parameters of type ResourceDownloaderException Modifier and Type Method Description void
UPnPImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
-
Uses of ResourceDownloaderException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw ResourceDownloaderException Modifier and Type Method Description RSSFeed
Utilities. getRSSFeed(java.net.URL feed_location)
RSSFeed
Utilities. getRSSFeed(java.net.URL source_url, ResourceDownloader feed_location)
-
Uses of ResourceDownloaderException in com.biglybt.pif.utils.resourcedownloader
Subclasses of ResourceDownloaderException in com.biglybt.pif.utils.resourcedownloader Modifier and Type Class Description class
ResourceDownloaderCancelledException
Methods in com.biglybt.pif.utils.resourcedownloader with parameters of type ResourceDownloaderException Modifier and Type Method Description void
ResourceDownloaderAdapter. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
ResourceDownloaderListener. failed(ResourceDownloader downloader, ResourceDownloaderException e)
Methods in com.biglybt.pif.utils.resourcedownloader that throw ResourceDownloaderException Modifier and Type Method Description ResourceDownloader
ResourceDownloaderDelayedFactory. create()
java.io.InputStream
ResourceDownloader. download()
Synchronously download.java.lang.Object
ResourceDownloader. getProperty(java.lang.String name)
Warning! URL response properties have a type of 'List of String'long
ResourceDownloader. getSize()
Attempts to get the size of the download.void
ResourceDownloader. setProperty(java.lang.String name, java.lang.Object value)
-
Uses of ResourceDownloaderException in com.biglybt.pif.utils.resourceuploader
Methods in com.biglybt.pif.utils.resourceuploader that throw ResourceDownloaderException Modifier and Type Method Description java.lang.Object
ResourceUploader. getProperty(java.lang.String name)
void
ResourceUploader. setProperty(java.lang.String name, java.lang.Object value)
-
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw ResourceDownloaderException Modifier and Type Method Description RSSFeed
UtilitiesImpl. getRSSFeed(java.net.URL feed_location)
RSSFeed
UtilitiesImpl. getRSSFeed(java.net.URL source_url, ResourceDownloader feed_location)
-
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils.resourcedownloader
Fields in com.biglybt.pifimpl.local.utils.resourcedownloader declared as ResourceDownloaderException Modifier and Type Field Description protected ResourceDownloaderException
ResourceDownloaderErrorImpl. error
Methods in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type ResourceDownloaderException Modifier and Type Method Description protected void
ResourceDownloaderFileImpl. cancel(ResourceDownloaderException reason)
protected void
ResourceDownloaderTimeoutImpl. cancel(ResourceDownloaderException reason)
void
ResourceDownloaderAlternateImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
ResourceDownloaderFileImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
ResourceDownloaderMetaRefreshImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
ResourceDownloaderRetryImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
ResourceDownloaderTimeoutImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
ResourceDownloaderTorrentImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
protected void
ResourceDownloaderBaseImpl. informFailed(ResourceDownloaderException e)
Methods in com.biglybt.pifimpl.local.utils.resourcedownloader that throw ResourceDownloaderException Modifier and Type Method Description java.io.InputStream
ResourceDownloaderAlternateImpl. download()
java.io.InputStream
ResourceDownloaderDelayedImpl. download()
java.io.InputStream
ResourceDownloaderErrorImpl. download()
java.io.InputStream
ResourceDownloaderFileImpl. download()
java.io.InputStream
ResourceDownloaderMetaRefreshImpl. download()
java.io.InputStream
ResourceDownloaderRetryImpl. download()
java.io.InputStream
ResourceDownloaderTimeoutImpl. download()
java.io.InputStream
ResourceDownloaderTorrentImpl. download()
java.io.InputStream
ResourceDownloaderURLImpl. download()
boolean
ResourceDownloaderBaseImpl. getBooleanProperty(java.lang.String key)
boolean
ResourceDownloaderBaseImpl. getBooleanProperty(java.lang.String key, boolean maybe_delayed)
long
ResourceDownloaderBaseImpl. getLongProperty(java.lang.String key)
java.lang.Object
ResourceDownloaderBaseImpl. getProperty(java.lang.String name)
protected java.lang.Object
ResourceDownloaderBaseImpl. getProperty(java.lang.String name, boolean maybe_delayed)
long
ResourceDownloaderAlternateImpl. getSize()
long
ResourceDownloaderDelayedImpl. getSize()
long
ResourceDownloaderErrorImpl. getSize()
long
ResourceDownloaderFileImpl. getSize()
long
ResourceDownloaderMetaRefreshImpl. getSize()
long
ResourceDownloaderRetryImpl. getSize()
long
ResourceDownloaderTimeoutImpl. getSize()
long
ResourceDownloaderTorrentImpl. getSize()
long
ResourceDownloaderURLImpl. getSize()
protected long
ResourceDownloaderMetaRefreshImpl. getSizeSupport()
protected long
ResourceDownloaderTimeoutImpl. getSizeSupport()
protected long
ResourceDownloaderTorrentImpl. getSizeSupport()
protected long
ResourceDownloaderURLImpl. getSizeSupport()
java.lang.String
ResourceDownloaderBaseImpl. getStringProperty(java.lang.String key)
protected void
ResourceDownloaderBaseImpl. setPropertiesSet()
void
ResourceDownloaderAlternateImpl. setProperty(java.lang.String name, java.lang.Object value)
void
ResourceDownloaderDelayedImpl. setProperty(java.lang.String name, java.lang.Object value)
void
ResourceDownloaderMetaRefreshImpl. setProperty(java.lang.String name, java.lang.Object value)
void
ResourceDownloaderRetryImpl. setProperty(java.lang.String name, java.lang.Object value)
void
ResourceDownloaderTimeoutImpl. setProperty(java.lang.String name, java.lang.Object value)
void
ResourceDownloaderTorrentImpl. setProperty(java.lang.String name, java.lang.Object value)
void
ResourceDownloaderURLImpl. setProperty(java.lang.String name, java.lang.Object value)
protected void
ResourceDownloaderBaseImpl. setPropertyRecursive(java.lang.String name, java.lang.Object value)
Constructors in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type ResourceDownloaderException Constructor Description ResourceDownloaderErrorImpl(ResourceDownloaderBaseImpl _parent, ResourceDownloaderException _error)
-
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils.resourceuploader
Methods in com.biglybt.pifimpl.local.utils.resourceuploader that throw ResourceDownloaderException Modifier and Type Method Description java.lang.Object
ResourceUploaderURLImpl. getProperty(java.lang.String name)
void
ResourceUploaderURLImpl. setProperty(java.lang.String name, java.lang.Object value)
-
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils.xml.rss
Constructors in com.biglybt.pifimpl.local.utils.xml.rss that throw ResourceDownloaderException Constructor Description RSSFeedImpl(Utilities utilities, java.net.URL source_url, ResourceDownloader downloader)
-
Uses of ResourceDownloaderException in com.biglybt.pifimpl.update.sf.impl2
Methods in com.biglybt.pifimpl.update.sf.impl2 with parameters of type ResourceDownloaderException Modifier and Type Method Description void
SFPluginDetailsLoaderImpl. failed(ResourceDownloader downloader, ResourceDownloaderException e)
-
Uses of ResourceDownloaderException in com.biglybt.plugin.magnet
Methods in com.biglybt.plugin.magnet that throw ResourceDownloaderException Modifier and Type Method Description protected byte[]
MagnetPlugin. getSecondaryLookupResult(java.lang.Object[] result)
-
Uses of ResourceDownloaderException in com.biglybt.ui.swt.update
Methods in com.biglybt.ui.swt.update with parameters of type ResourceDownloaderException Modifier and Type Method Description void
UpdateAutoDownloader. failed(ResourceDownloader downloader, ResourceDownloaderException e)
void
UpdateWindow. failed(ResourceDownloader downloader, ResourceDownloaderException e)
-