Uses of Interface
com.biglybt.core.torrent.TOTorrentAnnounceURLSet
Packages that use TOTorrentAnnounceURLSet
Package
Description
-
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement TOTorrentAnnounceURLSetModifier and TypeClassDescriptionprotected class
Fields in com.biglybt.core.download.impl declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescription(package private) TOTorrentAnnounceURLSet
DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.cacheSet.delegateSet
private TOTorrentAnnounceURLSet[]
DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.sets
Methods in com.biglybt.core.download.impl that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionDownloadManagerStateImpl.CachedStateWrapper.cacheGroup.createAnnounceURLSet
(URL[] urls) DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.getAnnounceURLSets()
Methods in com.biglybt.core.download.impl with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionvoid
DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.setAnnounceURLSets
(TOTorrentAnnounceURLSet[] toSet) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionTOTorrentAnnounceURLGroup.createAnnounceURLSet
(URL[] urls) This method will create a new set.TOTorrentAnnounceURLGroup.getAnnounceURLSets()
Gets the current sets defined for this group, 0 length if none definedMethods in com.biglybt.core.torrent with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionvoid
TOTorrentAnnounceURLGroup.setAnnounceURLSets
(TOTorrentAnnounceURLSet[] sets) Sets the group's URL sets to the supplied values. -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrentAnnounceURLSetFields in com.biglybt.core.torrent.impl declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescriptionprivate TOTorrentAnnounceURLSet[]
TOTorrentAnnounceURLGroupImpl.sets
Methods in com.biglybt.core.torrent.impl that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionTOTorrentAnnounceURLGroupImpl.createAnnounceURLSet
(URL[] urls) TOTorrentAnnounceURLGroupImpl.getAnnounceURLSets()
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionprotected void
TOTorrentAnnounceURLGroupImpl.addSet
(TOTorrentAnnounceURLSet set) void
TOTorrentAnnounceURLGroupImpl.setAnnounceURLSets
(TOTorrentAnnounceURLSet[] _sets) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionTRTrackerAnnouncer.getTrackerPeerSource
(TOTorrentAnnounceURLSet set) Gets a delegate tracker peer source for reporting against -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.tracker.client.impl
Methods in com.biglybt.core.tracker.client.impl that return TOTorrentAnnounceURLSetMethods in com.biglybt.core.tracker.client.impl with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionprivate TRTrackerAnnouncerHelper
TRTrackerAnnouncerMuxer.create
(TOTorrent torrent, String[] networks, TOTorrentAnnounceURLSet[] sets) private String
TRTrackerAnnouncerMuxer.getString
(TOTorrentAnnounceURLSet[] sets) TRTrackerAnnouncerMuxer.getTrackerPeerSource
(TOTorrentAnnounceURLSet set) private boolean
TRTrackerAnnouncerMuxer.same
(TOTorrentAnnounceURLSet[] s1, TOTorrentAnnounceURLSet[] s2) private boolean
TRTrackerAnnouncerMuxer.sameSupport
(TOTorrentAnnounceURLSet[] s1, TOTorrentAnnounceURLSet[] s2) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescriptionprivate final TOTorrentAnnounceURLSet[]
TRTrackerBTAnnouncerImpl.announce_urls
Methods in com.biglybt.core.tracker.client.impl.bt that return TOTorrentAnnounceURLSetMethods in com.biglybt.core.tracker.client.impl.bt with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionTRTrackerBTAnnouncerImpl.getTrackerPeerSource
(TOTorrentAnnounceURLSet set) Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type TOTorrentAnnounceURLSetModifierConstructorDescriptionTRTrackerBTAnnouncerImpl
(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, String[] _peer_networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.tracker.client.impl.dht
Methods in com.biglybt.core.tracker.client.impl.dht that return TOTorrentAnnounceURLSetMethods in com.biglybt.core.tracker.client.impl.dht with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionTRTrackerDHTAnnouncerImpl.getTrackerPeerSource
(TOTorrentAnnounceURLSet set) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.util
Fields in com.biglybt.core.util declared as TOTorrentAnnounceURLSetMethods in com.biglybt.core.util that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionTorrentUtils.URLGroup.createAnnounceURLSet
(URL[] urls) TorrentUtils.URLGroup.getAnnounceURLSets()
static TOTorrentAnnounceURLSet[]
TorrentUtils.listToAnnounceSets
(List<List<String>> groups, TOTorrent torrent) This method DOES NOT MODIFY THE TORRENTMethods in com.biglybt.core.util with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionvoid
TorrentUtils.URLGroup.setAnnounceURLSets
(TOTorrentAnnounceURLSet[] _sets) Constructor parameters in com.biglybt.core.util with type arguments of type TOTorrentAnnounceURLSetModifierConstructorDescriptionprivate
URLGroup
(TOTorrentAnnounceURLGroup _delegate, List<TOTorrentAnnounceURLSet> mod_sets) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescriptionprotected TOTorrentAnnounceURLSet
TorrentAnnounceURLListSetImpl.set
Methods in com.biglybt.pifimpl.local.torrent that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionprotected TOTorrentAnnounceURLSet
TorrentAnnounceURLListSetImpl.getSet()
Constructors in com.biglybt.pifimpl.local.torrent with parameters of type TOTorrentAnnounceURLSetModifierConstructorDescriptionprotected
-
Uses of TOTorrentAnnounceURLSet in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescription(package private) TOTorrentAnnounceURLSet[]
MagnetPluginMDDownloader.DownloadActivity.url_sets