Uses of Interface
com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
-
-
Uses of TOTorrentAnnounceURLGroup in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement TOTorrentAnnounceURLGroup Modifier and Type Class Description protected class
DownloadManagerStateImpl.CachedStateWrapper.cacheGroup
Methods in com.biglybt.core.download.impl that return TOTorrentAnnounceURLGroup Modifier and Type Method Description TOTorrentAnnounceURLGroup
DownloadManagerStateImpl.CachedStateWrapper. getAnnounceURLGroup()
Methods in com.biglybt.core.download.impl with parameters of type TOTorrentAnnounceURLGroup Modifier and Type Method Description protected static java.util.List
DownloadManagerStateImpl.CachedStateWrapper. exportGroup(TOTorrentAnnounceURLGroup group)
-
Uses of TOTorrentAnnounceURLGroup in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as TOTorrentAnnounceURLGroup Modifier and Type Field Description private static TOTorrentAnnounceURLGroup
LWSTorrent. announce_group
Methods in com.biglybt.core.lws that return TOTorrentAnnounceURLGroup Modifier and Type Method Description TOTorrentAnnounceURLGroup
LWSTorrent. getAnnounceURLGroup()
-
Uses of TOTorrentAnnounceURLGroup in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentAnnounceURLGroup Modifier and Type Method Description TOTorrentAnnounceURLGroup
TOTorrent. getAnnounceURLGroup()
When a group of sets of trackers is defined their URLs are accessed via this method -
Uses of TOTorrentAnnounceURLGroup in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrentAnnounceURLGroup Modifier and Type Class Description class
TOTorrentAnnounceURLGroupImpl
Methods in com.biglybt.core.torrent.impl that return TOTorrentAnnounceURLGroup Modifier and Type Method Description TOTorrentAnnounceURLGroup
TOTorrentImpl. getAnnounceURLGroup()
-
Uses of TOTorrentAnnounceURLGroup in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that return TOTorrentAnnounceURLGroup Modifier and Type Method Description TOTorrentAnnounceURLGroup
TRHostExternalTorrent. getAnnounceURLGroup()
-
Uses of TOTorrentAnnounceURLGroup in com.biglybt.core.util
Classes in com.biglybt.core.util that implement TOTorrentAnnounceURLGroup Modifier and Type Class Description private static class
TorrentUtils.URLGroup
Fields in com.biglybt.core.util declared as TOTorrentAnnounceURLGroup Modifier and Type Field Description private TOTorrentAnnounceURLGroup
TorrentUtils.URLGroup. delegate
private TOTorrentAnnounceURLGroup
TorrentUtils.torrentDelegate. urlg_mod_last_post
Methods in com.biglybt.core.util that return TOTorrentAnnounceURLGroup Modifier and Type Method Description private static TOTorrentAnnounceURLGroup
TorrentUtils. applyDNSMods(java.net.URL announce_url, TOTorrentAnnounceURLGroup group)
TOTorrentAnnounceURLGroup
TorrentUtils.torrentDelegate. getAnnounceURLGroup()
TOTorrentAnnounceURLGroup
TorrentUtils.torrentDelegate. getAnnounceURLGroupSupport()
Methods in com.biglybt.core.util with parameters of type TOTorrentAnnounceURLGroup Modifier and Type Method Description private static TOTorrentAnnounceURLGroup
TorrentUtils. applyDNSMods(java.net.URL announce_url, TOTorrentAnnounceURLGroup group)
Constructors in com.biglybt.core.util with parameters of type TOTorrentAnnounceURLGroup Constructor Description URLGroup(TOTorrentAnnounceURLGroup _delegate, java.util.List<TOTorrentAnnounceURLSet> mod_sets)
-