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 voidWebEngine.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 voidUrlUtils.setBrowserHeaders(ResourceDownloader rd, String referer) static voidUrlUtils.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 TypeMethodDescriptionvoidUPnPImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidUPnPImpl.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 ResourceDownloaderResourceDownloaderFactory.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 TypeMethodDescriptionbooleanResourceDownloaderAdapter.completed(ResourceDownloader downloader, InputStream data) booleanResourceDownloaderListener.completed(ResourceDownloader downloader, InputStream data) voidResourceDownloaderAdapter.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidResourceDownloaderListener.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 locationvoidResourceDownloaderAdapter.reportActivity(ResourceDownloader downloader, String activity) voidResourceDownloaderListener.reportActivity(ResourceDownloader downloader, String activity) voidResourceDownloaderAdapter.reportAmountComplete(ResourceDownloader downloader, long amount) voidResourceDownloaderListener.reportAmountComplete(ResourceDownloader downloader, long amount) voidResourceDownloaderAdapter.reportPercentComplete(ResourceDownloader downloader, int percentage) voidResourceDownloaderListener.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 TorrentTorrentDownloaderImpl.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 UpdateImplUpdateCheckInstanceImpl.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 ResourceDownloaderModifierConstructorDescriptionprotectedUpdateImpl(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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in com.biglybt.pifimpl.local.utils.resourcedownloader declared as ResourceDownloaderModifier and TypeFieldDescriptionprotected ResourceDownloaderResourceDownloaderAlternateImpl.current_downloaderprotected ResourceDownloaderResourceDownloaderMetaRefreshImpl.current_downloaderprotected ResourceDownloaderResourceDownloaderRetryImpl.current_downloaderprotected ResourceDownloaderResourceDownloaderTorrentImpl.current_downloaderprotected ResourceDownloader[]ResourceDownloaderAlternateImpl.delegatesMethods 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 ResourceDownloaderResourceDownloaderFactoryImpl.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 voidResourceDownloaderBaseImpl.addReportListener(ResourceDownloader rd) booleanResourceDownloaderAlternateImpl.completed(ResourceDownloader downloader, InputStream data) booleanResourceDownloaderFileImpl.completed(ResourceDownloader downloader, InputStream data) booleanResourceDownloaderMetaRefreshImpl.completed(ResourceDownloader downloader, InputStream data) booleanResourceDownloaderRetryImpl.completed(ResourceDownloader downloader, InputStream data) booleanResourceDownloaderTimeoutImpl.completed(ResourceDownloader downloader, InputStream data) booleanResourceDownloaderTorrentImpl.completed(ResourceDownloader downloader, InputStream data) voidResourceDownloaderAlternateImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidResourceDownloaderFileImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidResourceDownloaderMetaRefreshImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidResourceDownloaderRetryImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidResourceDownloaderTimeoutImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidResourceDownloaderTorrentImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) ResourceDownloaderFactoryImpl.getAlternateDownloader(ResourceDownloader[] downloaders) ResourceDownloaderFactoryImpl.getAlternateDownloader(ResourceDownloader[] downloaders, int max_to_try) protected ResourceDownloaderResourceDownloaderFactoryImpl.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) voidResourceDownloaderBaseImpl.reportActivity(ResourceDownloader downloader, String activity) voidResourceDownloaderBaseImpl.reportAmountComplete(ResourceDownloader downloader, long amount) voidResourceDownloaderBaseImpl.reportPercentComplete(ResourceDownloader downloader, int percentage) voidResourceDownloaderTorrentImpl.reportPercentComplete(ResourceDownloader downloader, int percentage) protected voidResourceDownloaderBaseImpl.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 TypeMethodDescriptionbooleanSFPluginDetailsLoaderImpl.completed(ResourceDownloader downloader, InputStream data) voidSFPluginDetailsLoaderImpl.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidSFPluginDetailsLoaderImpl.reportActivity(ResourceDownloader downloader, String activity) voidSFPluginDetailsLoaderImpl.reportAmountComplete(ResourceDownloader downloader, long amount) voidSFPluginDetailsLoaderImpl.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 voidPlatformManagerUpdateChecker.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 voidPlatformManagerUpdateChecker.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 TypeMethodDescriptionbooleanUpdateAutoDownloader.completed(ResourceDownloader downloader, InputStream data) booleanUpdateWindow.completed(ResourceDownloader downloader, InputStream data) voidUpdateAutoDownloader.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidUpdateWindow.failed(ResourceDownloader downloader, ResourceDownloaderException e) voidUpdateAutoDownloader.reportActivity(ResourceDownloader downloader, String activity) voidUpdateWindow.reportActivity(ResourceDownloader downloader, String activity) voidUpdateAutoDownloader.reportAmountComplete(ResourceDownloader downloader, long amount) voidUpdateWindow.reportAmountComplete(ResourceDownloader downloader, long amount) voidUpdateAutoDownloader.reportPercentComplete(ResourceDownloader downloader, int percentage) voidUpdateWindow.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 booleanSWTUpdateChecker.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 voidCoreUpdateChecker.installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, String filename, String version, InputStream data)