Uses of Interface
com.biglybt.pif.download.DownloadAnnounceResult
Packages that use DownloadAnnounceResult
Package
Description
-
Uses of DownloadAnnounceResult in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
DownloadManager.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadAnnounceResultMethods in com.biglybt.core.lws with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
LWSDownload.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
TRTrackerAnnouncer.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.core.tracker.client.impl
Methods in com.biglybt.core.tracker.client.impl with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
TRTrackerAnnouncerMuxer.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.core.tracker.client.impl.bt
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
TRTrackerBTAnnouncerImpl.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.core.tracker.client.impl.dht
Methods in com.biglybt.core.tracker.client.impl.dht with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
TRTrackerDHTAnnouncerImpl.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadAnnounceResultModifier and TypeMethodDescriptionDownload.getLastAnnounceResult()
Gives access to the last announce result received from the tracker for the downloadMethods in com.biglybt.pif.download with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
DownloadTrackerListener.announceResult
(DownloadAnnounceResult result) An announce result has been returned from the trackervoid
Download.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadAnnounceResultMethods in com.biglybt.pifimpl.local.download that return DownloadAnnounceResultMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.DownloadTrackerNotifier.announceResult
(DownloadAnnounceResult result) void
DownloadImpl.setAnnounceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadAnnounceResultFields in com.biglybt.pifimpl.remote.download declared as DownloadAnnounceResultModifier and TypeFieldDescriptionprotected DownloadAnnounceResult
RPDownloadAnnounceResult.delegate
Methods in com.biglybt.pifimpl.remote.download that return DownloadAnnounceResultMethods in com.biglybt.pifimpl.remote.download with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionstatic RPDownloadAnnounceResult
RPDownloadAnnounceResult.create
(DownloadAnnounceResult _delegate) void
RPDownload.setAnnounceResult
(DownloadAnnounceResult result) Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadAnnounceResultModifierConstructorDescriptionprotected
RPDownloadAnnounceResult
(DownloadAnnounceResult _delegate) -
Uses of DownloadAnnounceResult in com.biglybt.plugin.removerules
Methods in com.biglybt.plugin.removerules with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionprotected void
DownloadRemoveRulesPlugin.handleAnnounce
(Download download, DownloadAnnounceResult response) -
Uses of DownloadAnnounceResult in com.biglybt.plugin.startstoprules.always
Methods in com.biglybt.plugin.startstoprules.always with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
RunEverythingPlugin.announceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
StartStopRulesDefaultPlugin.StartStopDMTrackerListener.announceResult
(DownloadAnnounceResult result) -
Uses of DownloadAnnounceResult in com.biglybt.plugin.tracker.dht
Methods in com.biglybt.plugin.tracker.dht with parameters of type DownloadAnnounceResultModifier and TypeMethodDescriptionvoid
DHTTrackerPlugin.announceResult
(DownloadAnnounceResult result)