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 classFields in com.biglybt.core.download.impl declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescription(package private) TOTorrentAnnounceURLSetDownloadManagerStateImpl.CachedStateWrapper.cacheGroup.cacheSet.delegateSetprivate TOTorrentAnnounceURLSet[]DownloadManagerStateImpl.CachedStateWrapper.cacheGroup.setsMethods in com.biglybt.core.download.impl that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionDownloadManagerStateImpl.CachedStateWrapper.cacheGroup.getAnnounceURLSets()Methods in com.biglybt.core.download.impl with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionvoidDownloadManagerStateImpl.CachedStateWrapper.cacheGroup.setAnnounceURLSets(TOTorrentAnnounceURLSet[] toSet) -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.torrent
Classes in com.biglybt.core.torrent that implement TOTorrentAnnounceURLSetModifier and TypeClassDescriptionstatic classMethods in com.biglybt.core.torrent that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptiondefault TOTorrentAnnounceURLSetTOTorrentAnnounceURLGroup.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 TypeMethodDescriptionvoidTOTorrentAnnounceURLGroup.setAnnounceURLSets(TOTorrentAnnounceURLSet[] sets) Sets the group's URL sets to the supplied values. -
Uses of TOTorrentAnnounceURLSet in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as TOTorrentAnnounceURLSetModifier and TypeFieldDescriptionprivate TOTorrentAnnounceURLSet[]TOTorrentAnnounceURLGroupImpl.setsMethods in com.biglybt.core.torrent.impl that return TOTorrentAnnounceURLSetMethods in com.biglybt.core.torrent.impl with parameters of type TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionprotected voidTOTorrentAnnounceURLGroupImpl.addSet(TOTorrentAnnounceURLSet set) voidTOTorrentAnnounceURLGroupImpl.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 TRTrackerAnnouncerHelperTRTrackerAnnouncerMuxer.create(TOTorrent torrent, String[] networks, TOTorrentAnnounceURLSet[] sets) private StringTRTrackerAnnouncerMuxer.getString(TOTorrentAnnounceURLSet[] sets) TRTrackerAnnouncerMuxer.getTrackerPeerSource(TOTorrentAnnounceURLSet set) private booleanTRTrackerAnnouncerMuxer.same(TOTorrentAnnounceURLSet[] s1, TOTorrentAnnounceURLSet[] s2) private booleanTRTrackerAnnouncerMuxer.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_urlsMethods 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.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 TypeMethodDescriptionvoidTorrentUtils.URLGroup.setAnnounceURLSets(TOTorrentAnnounceURLSet[] _sets) Constructor parameters in com.biglybt.core.util with type arguments of type TOTorrentAnnounceURLSetModifierConstructorDescriptionprivateURLGroup(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 TOTorrentAnnounceURLSetTorrentAnnounceURLListSetImpl.setMethods in com.biglybt.pifimpl.local.torrent that return TOTorrentAnnounceURLSetModifier and TypeMethodDescriptionprotected TOTorrentAnnounceURLSetTorrentAnnounceURLListSetImpl.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