Uses of Interface
com.biglybt.pif.download.DownloadAnnounceResult
-
-
Uses of DownloadAnnounceResult in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
DownloadManager. setAnnounceResult(DownloadAnnounceResult result)
-
Uses of DownloadAnnounceResult in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
DownloadManagerImpl. setAnnounceResult(DownloadAnnounceResult result)
-
Uses of DownloadAnnounceResult in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadAnnounceResult Modifier and Type Method Description DownloadAnnounceResult
LWSDownload. getLastAnnounceResult()
Methods in com.biglybt.core.lws with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
LWSDownload. setAnnounceResult(DownloadAnnounceResult result)
-
Uses of DownloadAnnounceResult in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
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 DownloadAnnounceResult Modifier and Type Method Description void
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 DownloadAnnounceResult Modifier and Type Method Description void
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 DownloadAnnounceResult Modifier and Type Method Description void
TRTrackerDHTAnnouncerImpl. setAnnounceResult(DownloadAnnounceResult result)
-
Uses of DownloadAnnounceResult in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadAnnounceResult Modifier and Type Method Description DownloadAnnounceResult
Download. getLastAnnounceResult()
Gives access to the last announce result received from the tracker for the downloadMethods in com.biglybt.pif.download with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
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 DownloadAnnounceResult Modifier and Type Class Description class
DownloadAnnounceResultImpl
Methods in com.biglybt.pifimpl.local.download that return DownloadAnnounceResult Modifier and Type Method Description DownloadAnnounceResult
DownloadImpl. getLastAnnounceResult()
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
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 DownloadAnnounceResult Modifier and Type Class Description class
RPDownloadAnnounceResult
Fields in com.biglybt.pifimpl.remote.download declared as DownloadAnnounceResult Modifier and Type Field Description protected DownloadAnnounceResult
RPDownloadAnnounceResult. delegate
Methods in com.biglybt.pifimpl.remote.download that return DownloadAnnounceResult Modifier and Type Method Description DownloadAnnounceResult
RPDownload. getLastAnnounceResult()
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadAnnounceResult Modifier and Type Method Description static RPDownloadAnnounceResult
RPDownloadAnnounceResult. create(DownloadAnnounceResult _delegate)
void
RPDownload. setAnnounceResult(DownloadAnnounceResult result)
Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadAnnounceResult Constructor Description RPDownloadAnnounceResult(DownloadAnnounceResult _delegate)
-
Uses of DownloadAnnounceResult in com.biglybt.plugin.removerules
Methods in com.biglybt.plugin.removerules with parameters of type DownloadAnnounceResult Modifier and Type Method Description protected 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 DownloadAnnounceResult Modifier and Type Method Description void
RunEverythingPlugin. announceResult(DownloadAnnounceResult result)
-
Uses of DownloadAnnounceResult in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadAnnounceResult Modifier and Type Method Description void
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 DownloadAnnounceResult Modifier and Type Method Description void
DHTTrackerPlugin. announceResult(DownloadAnnounceResult result)
-