Uses of Interface
com.biglybt.pif.utils.resourcedownloader.ResourceDownloader
Packages that use ResourceDownloader
Package
Description
-
Uses of ResourceDownloader in com.biglybt.core.metasearch.impl.web
Methods in com.biglybt.core.metasearch.impl.web with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprotected void
WebEngine.setHeaders
(ResourceDownloader rd, String encoded_headers) -
Uses of ResourceDownloader in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionstatic void
UrlUtils.setBrowserHeaders
(ResourceDownloader rd, String referer) static void
UrlUtils.setBrowserHeaders
(ResourceDownloader rd, String encoded_headers, String referer) -
Uses of ResourceDownloader in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionvoid
UPnPImpl.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
UPnPImpl.reportActivity
(ResourceDownloader downloader, String activity) -
Uses of ResourceDownloader in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return ResourceDownloaderMethods in com.biglybt.pif.update with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionUpdateChecker.addUpdate
(String name, String[] description, String old_version, String new_version, ResourceDownloader[] downloaders, int restart_required) Add an update with a number of downloadersUpdateChecker.addUpdate
(String name, String[] description, String old_version, String new_version, ResourceDownloader downloader, int restart_required) Add an update with a single downloader -
Uses of ResourceDownloader in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionUtilities.getRSSFeed
(URL source_url, ResourceDownloader feed_location) -
Uses of ResourceDownloader in com.biglybt.pif.utils.resourcedownloader
Methods in com.biglybt.pif.utils.resourcedownloader that return ResourceDownloaderModifier and TypeMethodDescriptionResourceDownloaderDelayedFactory.create()
ResourceDownloaderFactory.create
(ResourceDownloaderDelayedFactory factory) creates a downloader that will be asked to create a ResourceDownloader when required.Creates a downloader for a local file - in particular this is useful for installing a plugin from a local file as the installer required ResourceDownloader instances to operatecreates a basic downloader.Creates a basic downloader, where you can force any configured proxy to be avoided.default ResourceDownloader
ResourceDownloaderFactory.createWithAutoPluginProxy
(URL url) ResourceDownloaderFactory.createWithAutoPluginProxy
(URL url, Map<String, Object> options) ResourceDownloaderFactory.getAlternateDownloader
(ResourceDownloader[] downloaders) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getAlternateDownloader
(ResourceDownloader[] downloaders, int max_to_try) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloader.getClone()
ResourceDownloaderFactory.getMetaRefreshDownloader
(ResourceDownloader downloader) gets a downloader that will automatically follow META refresh tags Will only do a single level of indirectionResourceDownloaderFactory.getRandomDownloader
(ResourceDownloader[] downloaders) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getRandomDownloader
(ResourceDownloader[] downloaders, int max_to_try) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getRetryDownloader
(ResourceDownloader downloader, int retry_count) gets a downloader that will retry a number of times before failingResourceDownloaderFactory.getSuffixBasedDownloader
(ResourceDownloader downloader) Returns a downloader that does something sensible based on the url suffix.ResourceDownloaderFactory.getTimeoutDownloader
(ResourceDownloader downloader, int timeout_millis) gets a downloader that will timeout after a given periodResourceDownloaderFactory.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent) Given a downloader that will download a torrent, this will download the torrent data itself.ResourceDownloaderFactory.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent, File download_directory) Download a torrent's data to the given download locationMethods in com.biglybt.pif.utils.resourcedownloader with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionboolean
ResourceDownloaderAdapter.completed
(ResourceDownloader downloader, InputStream data) boolean
ResourceDownloaderListener.completed
(ResourceDownloader downloader, InputStream data) void
ResourceDownloaderAdapter.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
ResourceDownloaderListener.failed
(ResourceDownloader downloader, ResourceDownloaderException e) ResourceDownloaderFactory.getAlternateDownloader
(ResourceDownloader[] downloaders) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getAlternateDownloader
(ResourceDownloader[] downloaders, int max_to_try) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getMetaRefreshDownloader
(ResourceDownloader downloader) gets a downloader that will automatically follow META refresh tags Will only do a single level of indirectionResourceDownloaderFactory.getRandomDownloader
(ResourceDownloader[] downloaders) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getRandomDownloader
(ResourceDownloader[] downloaders, int max_to_try) Gets a downloader that will cycle through a list of downloaders until a download succeeds.ResourceDownloaderFactory.getRetryDownloader
(ResourceDownloader downloader, int retry_count) gets a downloader that will retry a number of times before failingResourceDownloaderFactory.getSuffixBasedDownloader
(ResourceDownloader downloader) Returns a downloader that does something sensible based on the url suffix.ResourceDownloaderFactory.getTimeoutDownloader
(ResourceDownloader downloader, int timeout_millis) gets a downloader that will timeout after a given periodResourceDownloaderFactory.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent) Given a downloader that will download a torrent, this will download the torrent data itself.ResourceDownloaderFactory.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent, File download_directory) Download a torrent's data to the given download locationvoid
ResourceDownloaderAdapter.reportActivity
(ResourceDownloader downloader, String activity) void
ResourceDownloaderListener.reportActivity
(ResourceDownloader downloader, String activity) void
ResourceDownloaderAdapter.reportAmountComplete
(ResourceDownloader downloader, long amount) void
ResourceDownloaderListener.reportAmountComplete
(ResourceDownloader downloader, long amount) void
ResourceDownloaderAdapter.reportPercentComplete
(ResourceDownloader downloader, int percentage) void
ResourceDownloaderListener.reportPercentComplete
(ResourceDownloader downloader, int percentage) Constructors in com.biglybt.pif.utils.resourcedownloader with parameters of type ResourceDownloaderModifierConstructorDescriptionResourceDownloaderException
(ResourceDownloader rd, String str, Throwable cause) -
Uses of ResourceDownloader in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent declared as ResourceDownloaderMethods in com.biglybt.pifimpl.local.torrent with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprivate Torrent
TorrentDownloaderImpl.downloadSupport
(ResourceDownloader downloader) -
Uses of ResourceDownloader in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update declared as ResourceDownloaderMethods in com.biglybt.pifimpl.local.update that return ResourceDownloaderMethods in com.biglybt.pifimpl.local.update with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionUpdateCheckerImpl.addUpdate
(String name, String[] description, String old_version, String new_version, ResourceDownloader[] downloaders, int restart_required) UpdateCheckerImpl.addUpdate
(String name, String[] description, String old_version, String new_version, ResourceDownloader downloader, int restart_required) protected UpdateImpl
UpdateCheckInstanceImpl.addUpdate
(UpdatableComponentImpl comp, String update_name, String[] desc, String old_version, String new_version, ResourceDownloader[] downloaders, int restart_required) Constructors in com.biglybt.pifimpl.local.update with parameters of type ResourceDownloaderModifierConstructorDescriptionprotected
UpdateImpl
(UpdateCheckInstanceImpl _instance, UpdatableComponentImpl _component, String _name, String[] _desc, String _old_version, String _new_version, ResourceDownloader[] _downloaders, boolean _mandatory, int _restart_required) -
Uses of ResourceDownloader in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionUtilitiesImpl.getRSSFeed
(URL source_url, ResourceDownloader feed_location) -
Uses of ResourceDownloader in com.biglybt.pifimpl.local.utils.resourcedownloader
Classes in com.biglybt.pifimpl.local.utils.resourcedownloader that implement ResourceDownloaderModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in com.biglybt.pifimpl.local.utils.resourcedownloader declared as ResourceDownloaderModifier and TypeFieldDescriptionprotected ResourceDownloader
ResourceDownloaderAlternateImpl.current_downloader
protected ResourceDownloader
ResourceDownloaderMetaRefreshImpl.current_downloader
protected ResourceDownloader
ResourceDownloaderRetryImpl.current_downloader
protected ResourceDownloader
ResourceDownloaderTorrentImpl.current_downloader
protected ResourceDownloader[]
ResourceDownloaderAlternateImpl.delegates
Methods in com.biglybt.pifimpl.local.utils.resourcedownloader that return ResourceDownloaderModifier and TypeMethodDescriptionResourceDownloaderFactoryImpl.create
(ResourceDownloaderDelayedFactory factory) ResourceDownloaderFactoryImpl.createWithAutoPluginProxy
(URL url, Map<String, Object> options) ResourceDownloaderFactoryImpl.getAlternateDownloader
(ResourceDownloader[] downloaders) ResourceDownloaderFactoryImpl.getAlternateDownloader
(ResourceDownloader[] downloaders, int max_to_try) protected ResourceDownloader
ResourceDownloaderFactoryImpl.getAlternateDownloader
(ResourceDownloader[] downloaders, int max_to_try, boolean random) ResourceDownloaderBaseImpl.getClone()
ResourceDownloaderFactoryImpl.getMetaRefreshDownloader
(ResourceDownloader downloader) ResourceDownloaderFactoryImpl.getRandomDownloader
(ResourceDownloader[] downloaders) ResourceDownloaderFactoryImpl.getRandomDownloader
(ResourceDownloader[] downloaders, int max_to_try) ResourceDownloaderFactoryImpl.getRetryDownloader
(ResourceDownloader downloader, int retry_count) ResourceDownloaderFactoryImpl.getSuffixBasedDownloader
(ResourceDownloader _downloader) ResourceDownloaderFactoryImpl.getTimeoutDownloader
(ResourceDownloader downloader, int timeout_millis) ResourceDownloaderFactoryImpl.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent) ResourceDownloaderFactoryImpl.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent, File download_directory) Methods in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprotected void
ResourceDownloaderBaseImpl.addReportListener
(ResourceDownloader rd) boolean
ResourceDownloaderAlternateImpl.completed
(ResourceDownloader downloader, InputStream data) boolean
ResourceDownloaderFileImpl.completed
(ResourceDownloader downloader, InputStream data) boolean
ResourceDownloaderMetaRefreshImpl.completed
(ResourceDownloader downloader, InputStream data) boolean
ResourceDownloaderRetryImpl.completed
(ResourceDownloader downloader, InputStream data) boolean
ResourceDownloaderTimeoutImpl.completed
(ResourceDownloader downloader, InputStream data) boolean
ResourceDownloaderTorrentImpl.completed
(ResourceDownloader downloader, InputStream data) 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) ResourceDownloaderFactoryImpl.getAlternateDownloader
(ResourceDownloader[] downloaders) ResourceDownloaderFactoryImpl.getAlternateDownloader
(ResourceDownloader[] downloaders, int max_to_try) protected ResourceDownloader
ResourceDownloaderFactoryImpl.getAlternateDownloader
(ResourceDownloader[] downloaders, int max_to_try, boolean random) ResourceDownloaderFactoryImpl.getMetaRefreshDownloader
(ResourceDownloader downloader) ResourceDownloaderFactoryImpl.getRandomDownloader
(ResourceDownloader[] downloaders) ResourceDownloaderFactoryImpl.getRandomDownloader
(ResourceDownloader[] downloaders, int max_to_try) ResourceDownloaderFactoryImpl.getRetryDownloader
(ResourceDownloader downloader, int retry_count) ResourceDownloaderFactoryImpl.getSuffixBasedDownloader
(ResourceDownloader _downloader) ResourceDownloaderFactoryImpl.getTimeoutDownloader
(ResourceDownloader downloader, int timeout_millis) ResourceDownloaderFactoryImpl.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent) ResourceDownloaderFactoryImpl.getTorrentDownloader
(ResourceDownloader downloader, boolean persistent, File download_directory) void
ResourceDownloaderBaseImpl.reportActivity
(ResourceDownloader downloader, String activity) void
ResourceDownloaderBaseImpl.reportAmountComplete
(ResourceDownloader downloader, long amount) void
ResourceDownloaderBaseImpl.reportPercentComplete
(ResourceDownloader downloader, int percentage) void
ResourceDownloaderTorrentImpl.reportPercentComplete
(ResourceDownloader downloader, int percentage) protected void
ResourceDownloaderBaseImpl.setParent
(ResourceDownloader _parent) Constructors in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type ResourceDownloaderModifierConstructorDescriptionResourceDownloaderAlternateImpl
(ResourceDownloaderBaseImpl _parent, ResourceDownloader[] _delegates, int _max_to_try, boolean _random) ResourceDownloaderMetaRefreshImpl
(ResourceDownloaderBaseImpl _parent, ResourceDownloader _delegate) ResourceDownloaderRetryImpl
(ResourceDownloaderBaseImpl _parent, ResourceDownloader _delegate, int _retry_count) ResourceDownloaderTimeoutImpl
(ResourceDownloaderBaseImpl _parent, ResourceDownloader _delegate, int _timeout_millis) ResourceDownloaderTorrentImpl
(ResourceDownloaderBaseImpl _parent, ResourceDownloader _delegate, boolean _persistent, File _download_dir) -
Uses of ResourceDownloader in com.biglybt.pifimpl.local.utils.xml.rss
Constructors in com.biglybt.pifimpl.local.utils.xml.rss with parameters of type ResourceDownloaderModifierConstructorDescriptionRSSFeedImpl
(Utilities utilities, URL source_url, ResourceDownloader downloader) -
Uses of ResourceDownloader in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionPluginUpdatePlugin.addUpdate
(PluginInterface pi_for_update, UpdateChecker checker, String update_name, String[] update_details, String old_version, String new_version, ResourceDownloader resource_downloader, boolean is_jar, int restart_type, boolean verify) -
Uses of ResourceDownloader in com.biglybt.pifimpl.update.sf.impl2
Methods in com.biglybt.pifimpl.update.sf.impl2 with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionboolean
SFPluginDetailsLoaderImpl.completed
(ResourceDownloader downloader, InputStream data) void
SFPluginDetailsLoaderImpl.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
SFPluginDetailsLoaderImpl.reportActivity
(ResourceDownloader downloader, String activity) void
SFPluginDetailsLoaderImpl.reportAmountComplete
(ResourceDownloader downloader, long amount) void
SFPluginDetailsLoaderImpl.reportPercentComplete
(ResourceDownloader downloader, int percentage) -
Uses of ResourceDownloader in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprotected void
PlatformManagerUpdateChecker.installUpdate
(UpdateChecker checker, Update update, ResourceDownloader rd, InputStream data) -
Uses of ResourceDownloader in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprotected void
PlatformManagerUpdateChecker.installUpdate
(UpdateChecker checker, Update update, ResourceDownloader rd, InputStream data) -
Uses of ResourceDownloader in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as ResourceDownloaderMethods in com.biglybt.ui.swt.update with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionboolean
UpdateAutoDownloader.completed
(ResourceDownloader downloader, InputStream data) boolean
UpdateWindow.completed
(ResourceDownloader downloader, InputStream data) void
UpdateAutoDownloader.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
UpdateWindow.failed
(ResourceDownloader downloader, ResourceDownloaderException e) void
UpdateAutoDownloader.reportActivity
(ResourceDownloader downloader, String activity) void
UpdateWindow.reportActivity
(ResourceDownloader downloader, String activity) void
UpdateAutoDownloader.reportAmountComplete
(ResourceDownloader downloader, long amount) void
UpdateWindow.reportAmountComplete
(ResourceDownloader downloader, long amount) void
UpdateAutoDownloader.reportPercentComplete
(ResourceDownloader downloader, int percentage) void
UpdateWindow.reportPercentComplete
(ResourceDownloader downloader, int percentage) -
Uses of ResourceDownloader in com.biglybt.ui.swt.updater2
Methods in com.biglybt.ui.swt.updater2 with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprivate boolean
SWTUpdateChecker.processData
(UpdateChecker checker, Update update, ResourceDownloader rd, InputStream data) -
Uses of ResourceDownloader in com.biglybt.update
Methods in com.biglybt.update with parameters of type ResourceDownloaderModifier and TypeMethodDescriptionprotected void
CoreUpdateChecker.installUpdate
(UpdateChecker checker, Update update, ResourceDownloader rd, String filename, String version, InputStream data)