Uses of Class
com.biglybt.pif.utils.resourcedownloader.ResourceDownloaderException
Packages that use ResourceDownloaderException
Package
Description
-
Uses of ResourceDownloaderException in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl with parameters of type ResourceDownloaderExceptionModifier and TypeMethodDescriptionvoid
UPnPImpl.failed
(ResourceDownloader downloader, ResourceDownloaderException e) -
Uses of ResourceDownloaderException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw ResourceDownloaderExceptionModifier and TypeMethodDescriptionUtilities.getRSSFeed
(URL feed_location) Utilities.getRSSFeed
(URL source_url, ResourceDownloader feed_location) -
Uses of ResourceDownloaderException in com.biglybt.pif.utils.resourcedownloader
Subclasses of ResourceDownloaderException in com.biglybt.pif.utils.resourcedownloaderMethods in com.biglybt.pif.utils.resourcedownloader with parameters of type ResourceDownloaderExceptionModifier and TypeMethodDescriptionvoid
ResourceDownloaderAdapter.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
ResourceDownloaderListener.failed
(ResourceDownloader downloader, ResourceDownloaderException e) Methods in com.biglybt.pif.utils.resourcedownloader that throw ResourceDownloaderExceptionModifier and TypeMethodDescriptionResourceDownloaderDelayedFactory.create()
ResourceDownloader.download()
Synchronously download.ResourceDownloader.getProperty
(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
(String name, Object value) -
Uses of ResourceDownloaderException in com.biglybt.pif.utils.resourceuploader
Methods in com.biglybt.pif.utils.resourceuploader that throw ResourceDownloaderExceptionModifier and TypeMethodDescriptionResourceUploader.getProperty
(String name) void
ResourceUploader.setProperty
(String name, Object value) -
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw ResourceDownloaderExceptionModifier and TypeMethodDescriptionUtilitiesImpl.getRSSFeed
(URL feed_location) UtilitiesImpl.getRSSFeed
(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 ResourceDownloaderExceptionModifier and TypeFieldDescriptionprotected ResourceDownloaderException
ResourceDownloaderErrorImpl.error
Methods in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type ResourceDownloaderExceptionModifier and TypeMethodDescriptionprotected 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 ResourceDownloaderExceptionModifier and TypeMethodDescriptionResourceDownloaderAlternateImpl.download()
ResourceDownloaderDelayedImpl.download()
ResourceDownloaderErrorImpl.download()
ResourceDownloaderFileImpl.download()
ResourceDownloaderMetaRefreshImpl.download()
ResourceDownloaderRetryImpl.download()
ResourceDownloaderTimeoutImpl.download()
ResourceDownloaderTorrentImpl.download()
ResourceDownloaderURLImpl.download()
boolean
ResourceDownloaderBaseImpl.getBooleanProperty
(String key) boolean
ResourceDownloaderBaseImpl.getBooleanProperty
(String key, boolean maybe_delayed) long
ResourceDownloaderBaseImpl.getLongProperty
(String key) ResourceDownloaderBaseImpl.getProperty
(String name) protected Object
ResourceDownloaderBaseImpl.getProperty
(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()
ResourceDownloaderBaseImpl.getStringProperty
(String key) protected void
ResourceDownloaderBaseImpl.setPropertiesSet()
void
ResourceDownloaderAlternateImpl.setProperty
(String name, Object value) void
ResourceDownloaderDelayedImpl.setProperty
(String name, Object value) void
ResourceDownloaderMetaRefreshImpl.setProperty
(String name, Object value) void
ResourceDownloaderRetryImpl.setProperty
(String name, Object value) void
ResourceDownloaderTimeoutImpl.setProperty
(String name, Object value) void
ResourceDownloaderTorrentImpl.setProperty
(String name, Object value) void
ResourceDownloaderURLImpl.setProperty
(String name, Object value) protected void
ResourceDownloaderBaseImpl.setPropertyRecursive
(String name, Object value) Constructors in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type ResourceDownloaderExceptionModifierConstructorDescriptionprotected
-
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils.resourceuploader
Methods in com.biglybt.pifimpl.local.utils.resourceuploader that throw ResourceDownloaderExceptionModifier and TypeMethodDescriptionResourceUploaderURLImpl.getProperty
(String name) void
ResourceUploaderURLImpl.setProperty
(String name, Object value) -
Uses of ResourceDownloaderException in com.biglybt.pifimpl.local.utils.xml.rss
Constructors in com.biglybt.pifimpl.local.utils.xml.rss that throw ResourceDownloaderExceptionModifierConstructorDescriptionRSSFeedImpl
(Utilities utilities, 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 ResourceDownloaderExceptionModifier and TypeMethodDescriptionvoid
SFPluginDetailsLoaderImpl.failed
(ResourceDownloader downloader, ResourceDownloaderException e) -
Uses of ResourceDownloaderException in com.biglybt.ui.swt.update
Methods in com.biglybt.ui.swt.update with parameters of type ResourceDownloaderExceptionModifier and TypeMethodDescriptionvoid
UpdateAutoDownloader.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
UpdateWindow.failed
(ResourceDownloader downloader, ResourceDownloaderException e)