Uses of Interface
com.biglybt.core.torrent.TOTorrent
-
-
Uses of TOTorrent in com.biglybt.activities
Fields in com.biglybt.activities declared as TOTorrent Modifier and Type Field Description private TOTorrent
ActivitiesEntry. torrent
Methods in com.biglybt.activities that return TOTorrent Modifier and Type Method Description TOTorrent
ActivitiesEntry. getTorrent()
Independant forActivitiesEntry.getDownloadManger()
.Methods in com.biglybt.activities with parameters of type TOTorrent Modifier and Type Method Description void
ActivitiesEntry. setTorrent(TOTorrent torrent)
Not needed if youActivitiesEntry.setDownloadManager(DownloadManager)
. -
Uses of TOTorrent in com.biglybt.core.content
Methods in com.biglybt.core.content with parameters of type TOTorrent Modifier and Type Method Description protected java.util.List
RelatedContentManager. getURLList(TOTorrent torrent, java.lang.String key)
-
Uses of TOTorrent in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return TOTorrent Modifier and Type Method Description TOTorrent
DiskManager. getTorrent()
Methods in com.biglybt.core.disk with parameters of type TOTorrent Modifier and Type Method Description static DiskManager
DiskManagerFactory. create(TOTorrent torrent, DownloadManager manager)
static void
DiskManagerFactory. deleteDataFiles(TOTorrent torrent, java.lang.String torrent_save_dir, java.lang.String torrent_save_file, boolean force_no_recycle)
-
Uses of TOTorrent in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as TOTorrent Modifier and Type Field Description private TOTorrent
DiskManagerImpl. torrent
Methods in com.biglybt.core.disk.impl that return TOTorrent Modifier and Type Method Description TOTorrent
DiskManagerHelper. getTorrent()
TOTorrent
DiskManagerImpl. getTorrent()
Methods in com.biglybt.core.disk.impl with parameters of type TOTorrent Modifier and Type Method Description private static int
DiskManagerImpl. countDataFiles(TOTorrent torrent, java.lang.String torrent_save_dir, java.lang.String torrent_save_file)
private static void
DiskManagerImpl. deleteDataFileContents(TOTorrent torrent, java.lang.String torrent_save_dir, java.lang.String torrent_save_file, boolean force_no_recycle)
static void
DiskManagerImpl. deleteDataFiles(TOTorrent torrent, java.lang.String torrent_save_dir, java.lang.String torrent_save_file, boolean force_no_recycle)
Deletes all data files associated with torrent.Constructors in com.biglybt.core.disk.impl with parameters of type TOTorrent Constructor Description DiskManagerImpl(TOTorrent _torrent, DownloadManager _dmanager)
-
Uses of TOTorrent in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper with parameters of type TOTorrent Modifier and Type Method Description static DMPieceMapper
DMPieceMapperFactory. create(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as TOTorrent Modifier and Type Field Description private TOTorrent
PieceMapperImpl. torrent
Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type TOTorrent Constructor Description DMPieceMapSimple(TOTorrent torrent, DiskManagerFileInfo _file)
PieceMapperImpl(TOTorrent _torrent)
-
Uses of TOTorrent in com.biglybt.core.diskmanager.cache
Methods in com.biglybt.core.diskmanager.cache with parameters of type TOTorrent Modifier and Type Method Description boolean[]
CacheFileManagerStats. getBytesInCache(TOTorrent torrent, long[] absoluteOffsets, long[] lengths)
void
CacheFileManager. setFileLinks(TOTorrent torrent, LinkFileMap links)
-
Uses of TOTorrent in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as TOTorrent Modifier and Type Field Description protected TOTorrent
CacheFileWithCache. torrent
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type TOTorrent Modifier and Type Method Description protected boolean[]
CacheFileManagerImpl. getBytesInCache(TOTorrent torrent, long[] absoluteOffsets, long[] lengths)
boolean[]
CacheFileManagerStatsImpl. getBytesInCache(TOTorrent torrent, long[] absoluteOffsets, long[] lengths)
void
CacheFileManagerImpl. setFileLinks(TOTorrent torrent, LinkFileMap links)
-
Uses of TOTorrent in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file with parameters of type TOTorrent Modifier and Type Method Description java.io.File
FMFileManager. getFileLink(TOTorrent torrent, int from_index, java.io.File from_file)
boolean
FMFileManager. hasLinks(TOTorrent torrent)
void
FMFileManager. setFileLinks(TOTorrent torrent, LinkFileMap links)
-
Uses of TOTorrent in com.biglybt.core.diskmanager.file.impl
Methods in com.biglybt.core.diskmanager.file.impl with parameters of type TOTorrent Modifier and Type Method Description java.io.File
FMFileManagerImpl. getFileLink(TOTorrent torrent, int file_index, java.io.File file)
protected LinkFileMap
FMFileManagerImpl. getLinksEntry(TOTorrent torrent)
boolean
FMFileManagerImpl. hasLinks(TOTorrent torrent)
void
FMFileManagerImpl. setFileLinks(TOTorrent torrent, LinkFileMap new_links)
-
Uses of TOTorrent in com.biglybt.core.download
Methods in com.biglybt.core.download that return TOTorrent Modifier and Type Method Description TOTorrent
DownloadManager. getTorrent()
TOTorrent
DownloadManagerState. getTorrent()
Methods in com.biglybt.core.download with parameters of type TOTorrent Modifier and Type Method Description static DownloadManagerAvailability
DownloadManagerFactory. getAvailability(TOTorrent torrent, java.util.List<java.util.List<java.lang.String>> updated_trackers, java.lang.String[] enabled_peer_sources, java.lang.String[] enabled_networks)
static DownloadManagerState
DownloadManagerStateFactory. getDownloadState(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement TOTorrent Modifier and Type Class Description protected static class
DownloadManagerStateImpl.CachedStateWrapper
Fields in com.biglybt.core.download.impl declared as TOTorrent Modifier and Type Field Description private TOTorrent
DownloadManagerImpl. torrent
Methods in com.biglybt.core.download.impl that return TOTorrent Modifier and Type Method Description TOTorrent
DownloadManagerImpl. getTorrent()
TOTorrent
DownloadManagerStateImpl. getTorrent()
TOTorrent
DownloadManagerStateImpl.nullState. getTorrent()
TOTorrent
DownloadManagerStateImpl.CachedStateWrapper. selectHybridHashType(int type)
Methods in com.biglybt.core.download.impl with parameters of type TOTorrent Modifier and Type Method Description private void
DownloadManagerImpl. buildURLGroupMap(TOTorrent torrent)
private static void
DownloadManagerStateImpl. copyTorrentToActive(TOTorrent torrent_file, java.io.File state_file, boolean was_corrupt)
private static DownloadManagerStateImpl
DownloadManagerStateImpl. getDownloadState(DownloadManagerImpl download_manager, TOTorrent original_torrent, TorrentUtils.ExtendedTorrent target_torrent)
static DownloadManagerState
DownloadManagerStateImpl. getDownloadState(TOTorrent original_torrent)
protected byte[]
DownloadManagerController. getSecret2(TOTorrent torrent)
boolean
DownloadManagerStateImpl.CachedStateWrapper. hasSameHashAs(TOTorrent other)
protected void
DownloadManagerStateImpl. mergeTorrentDetails(TOTorrent other_torrent)
boolean
DownloadManagerStateImpl.CachedStateWrapper. updateExportability(TOTorrent from)
Constructors in com.biglybt.core.download.impl with parameters of type TOTorrent Constructor Description DownloadManagerAvailabilityImpl(TOTorrent to_torrent, java.util.List<java.util.List<java.lang.String>> updated_trackers, java.lang.String[] _enabled_peer_sources, java.lang.String[] _enabled_networks)
-
Uses of TOTorrent in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type TOTorrent Modifier and Type Method Description DownloadManager
GlobalManager. getDownloadManager(TOTorrent torrent)
Retrieve the DownloadManager associated with a TOTorrent object -
Uses of TOTorrent in com.biglybt.core.global.impl
Methods in com.biglybt.core.global.impl that return TOTorrent Modifier and Type Method Description TOTorrent
GlobalManagerHostSupport. lookupTorrent(byte[] hash)
Methods in com.biglybt.core.global.impl with parameters of type TOTorrent Modifier and Type Method Description DownloadManager
GlobalManagerImpl. getDownloadManager(TOTorrent torrent)
protected void
GlobalManagerHostSupport. torrentAdded(java.lang.String torrent_file_str, TOTorrent torrent)
protected void
GlobalManagerHostSupport. torrentRemoved(java.lang.String torrent_file_str, TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.core.helpers
Fields in com.biglybt.core.helpers with type parameters of type TOTorrent Modifier and Type Field Description private java.util.ArrayList<TOTorrent>
TorrentFolderWatcher. to_delete
-
Uses of TOTorrent in com.biglybt.core.internat
Methods in com.biglybt.core.internat with parameters of type TOTorrent Modifier and Type Method Description static java.lang.String
LocaleTorrentUtil. getCurrentTorrentEncoding(TOTorrent torrent)
protected static java.util.List<LocaleUtilDecoderCandidate>
LocaleTorrentUtil. getTorrentCandidates(TOTorrent torrent)
Checks the Torrent's text fields (path, comment, etc) against a list of locals, returning only those that can handle all the fields.static LocaleUtilDecoder
LocaleTorrentUtil. getTorrentEncoding(TOTorrent torrent)
Get the torrent's encoding, optionally prompting the user to choose from a list if needed.static LocaleUtilDecoder
LocaleTorrentUtil. getTorrentEncoding(TOTorrent torrent, boolean saveToFileAllowed, boolean forcePrompt)
static LocaleUtilDecoder
LocaleTorrentUtil. getTorrentEncodingIfAvailable(TOTorrent torrent)
Retrieves the encoding of the torrent if it can be determined.static void
LocaleTorrentUtil. setDefaultTorrentEncoding(TOTorrent torrent)
static void
LocaleTorrentUtil. setTorrentEncoding(TOTorrent torrent, java.lang.String encoding)
-
Uses of TOTorrent in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement TOTorrent Modifier and Type Class Description class
LWSTorrent
Fields in com.biglybt.core.lws declared as TOTorrent Modifier and Type Field Description private TOTorrent
LightWeightSeed. actual_torrent
Methods in com.biglybt.core.lws that return TOTorrent Modifier and Type Method Description protected TOTorrent
LWSTorrent. getDelegate()
TOTorrent
LightWeightSeedAdapter. getTorrent(byte[] hash, java.net.URL announce_url, java.io.File data_location)
TOTorrent
LWSDiskManager. getTorrent()
TOTorrent
LWSDiskManagerState. getTorrent()
protected TOTorrent
LightWeightSeed. getTOTorrent(boolean actual)
TOTorrent
LWSTorrent. selectHybridHashType(int type)
Methods in com.biglybt.core.lws with parameters of type TOTorrent Modifier and Type Method Description boolean
LWSTorrent. hasSameHashAs(TOTorrent other)
boolean
LWSTorrent. updateExportability(TOTorrent from)
-
Uses of TOTorrent in com.biglybt.core.networkmanager.admin.impl
Fields in com.biglybt.core.networkmanager.admin.impl declared as TOTorrent Modifier and Type Field Description (package private) TOTorrent
NetworkAdminSpeedTestScheduledTestImpl. test_torrent
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type TOTorrent Modifier and Type Method Description void
NetworkAdminSpeedTesterBTImpl. start(TOTorrent tot)
The downloads have been stopped just need to do the testing. -
Uses of TOTorrent in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as TOTorrent Modifier and Type Field Description private TOTorrent
PEPeerControlHashHandlerImpl. torrent
private TOTorrent
PEPeerControlImpl. torrent
Constructors in com.biglybt.core.peer.impl.control with parameters of type TOTorrent Constructor Description PEPeerControlHashHandlerImpl(PEPeerControlImpl _peer_manager, TOTorrent _torrent, DiskManager _disk_manager)
-
Uses of TOTorrent in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type TOTorrent Modifier and Type Method Description private void
SubscriptionManagerImpl. downloadSubscription(java.lang.String description, TOTorrent torrent, java.net.InetSocketAddress peer, byte[] subs_id, int version, java.lang.String name, SubscriptionManagerImpl.downloadListener listener)
protected void
SubscriptionManagerImpl. updateSubscription(SubscriptionImpl subs, int new_version, TOTorrent torrent, java.net.InetSocketAddress peer)
-
Uses of TOTorrent in com.biglybt.core.tag.impl
Methods in com.biglybt.core.tag.impl with parameters of type TOTorrent Modifier and Type Method Description void
TagPropertyTrackerHandler. torrentChanged(TOTorrent torrent, int change_type)
-
Uses of TOTorrent in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrent Modifier and Type Method Description TOTorrent
TOTorrentCreator. create()
TOTorrent
TOTorrentCreator. create(boolean skip_hashing)
static TOTorrent
TOTorrentFactory. deserialiseFromBEncodedByteArray(byte[] bytes)
static TOTorrent
TOTorrentFactory. deserialiseFromBEncodedFile(java.io.File file)
static TOTorrent
TOTorrentFactory. deserialiseFromBEncodedInputStream(java.io.InputStream is)
WARNING - take care if you use this that the data you're creating the torrent from doesn't contain unwanted attributes in it (e.g.static TOTorrent
TOTorrentFactory. deserialiseFromMap(java.util.Map data)
static TOTorrent
TOTorrentFactory. deserialiseFromXMLFile(java.io.File file)
TOTorrent
TOTorrentFile. getTorrent()
TOTorrent
TOTorrent. selectHybridHashType(int type)
Methods in com.biglybt.core.torrent with parameters of type TOTorrent Modifier and Type Method Description static java.lang.String
PlatformTorrentUtils. getContentAuthor(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentDescription(TOTorrent torrent)
static long
PlatformTorrentUtils. getContentDurationMillis(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentHash(TOTorrent torrent)
static java.util.Map
PlatformTorrentUtils. getContentMap(TOTorrent torrent)
private static long
PlatformTorrentUtils. getContentMapLong(TOTorrent torrent, java.lang.String key, long def)
static java.util.Map
PlatformTorrentUtils. getContentMapMap(TOTorrent torrent, java.lang.String key)
static java.lang.String
PlatformTorrentUtils. getContentMapString(TOTorrent torrent, java.lang.String key)
static long
PlatformTorrentUtils. getContentMinimumSpeedBps(TOTorrent torrent)
static int
PlatformTorrentUtils. getContentPrimaryFileIndex(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentPublisher(TOTorrent torrent)
static long
PlatformTorrentUtils. getContentStreamSpeedBps(TOTorrent torrent)
static byte[]
PlatformTorrentUtils. getContentThumbnail(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentThumbnailType(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentThumbnailUrl(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentTitle(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentType(TOTorrent torrent)
static java.lang.String
PlatformTorrentUtils. getContentURL(TOTorrent torrent)
static int
PlatformTorrentUtils. getContentVersion(TOTorrent torrent)
private static long
PlatformTorrentUtils. getContentVideoHeight(TOTorrent torrent)
static int[]
PlatformTorrentUtils. getContentVideoResolution(TOTorrent torrent)
static long
PlatformTorrentUtils. getContentVideoRunningTime(TOTorrent torrent)
private static long
PlatformTorrentUtils. getContentVideoWidth(TOTorrent torrent)
static long
PlatformTorrentUtils. getExpiresOn(TOTorrent torrent)
static long
PlatformTorrentUtils. getQOSClass(TOTorrent torrent)
(package private) static java.util.Map
PlatformTorrentUtils. getTempContentMap(TOTorrent torrent)
boolean
TOTorrent. hasSameHashAs(TOTorrent other)
compares two torrents by hashstatic boolean
PlatformTorrentUtils. isContentProgressive(TOTorrent torrent)
static boolean
PlatformTorrentUtils. isFeaturedContent(TOTorrent torrent)
static boolean
PlatformTorrentUtils. isPlatformTracker(TOTorrent torrent)
static void
PlatformTorrentUtils. log(TOTorrent torrent, java.lang.String string)
static void
PlatformTorrentUtils. setContentDescription(TOTorrent torrent, java.lang.String desc)
static void
PlatformTorrentUtils. setContentDurationMillis(TOTorrent torrent, long millis)
private static void
PlatformTorrentUtils. setContentMapLong(TOTorrent torrent, java.lang.String key, long value)
static void
PlatformTorrentUtils. setContentMapMap(TOTorrent torrent, java.lang.String key, java.util.Map value)
private static void
PlatformTorrentUtils. setContentMapString(TOTorrent torrent, java.lang.String key, java.lang.String value)
static void
PlatformTorrentUtils. setContentPrimaryFileIndex(TOTorrent torrent, int index)
static void
PlatformTorrentUtils. setContentThumbnail(TOTorrent torrent, byte[] thumbnail)
static void
PlatformTorrentUtils. setContentThumbnail(TOTorrent torrent, byte[] thumbnail, java.lang.String type)
static void
PlatformTorrentUtils. setContentThumbnailUrl(TOTorrent torrent, java.lang.String url)
static void
PlatformTorrentUtils. setContentTitle(TOTorrent torrent, java.lang.String title)
static void
PlatformTorrentUtils. setContentType(TOTorrent torrent, java.lang.String title)
static void
PlatformTorrentUtils. setQOSClass(TOTorrent torrent, long cla)
void
TOTorrentListener. torrentChanged(TOTorrent torrent, int change_type)
boolean
TOTorrent. updateExportability(TOTorrent from)
Propagate exportability from another torrent to this one - has to have same hash.private static void
PlatformTorrentUtils. writeTorrentIfExists(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrent Modifier and Type Class Description class
TOTorrentCreateImpl
class
TOTorrentDeserialiseImpl
class
TOTorrentImpl
Fields in com.biglybt.core.torrent.impl declared as TOTorrent Modifier and Type Field Description private TOTorrent
TorrentOpenOptions. torrent
Methods in com.biglybt.core.torrent.impl that return TOTorrent Modifier and Type Method Description TOTorrent
TOTorrentCreatorImpl. create()
TOTorrent
TOTorrentCreatorImpl. create(boolean skip_hashing)
protected TOTorrent
TOTorrentXMLDeserialiser. decodeRoot(SimpleXMLParserDocument doc)
TOTorrent
TOTorrentXMLDeserialiser. deserialise(java.io.File file)
TOTorrent
TorrentOpenOptions. getTorrent()
TOTorrent
TOTorrentImpl. selectHybridHashType(int type)
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrent Modifier and Type Method Description boolean
TOTorrentImpl. hasSameHashAs(TOTorrent other)
void
TorrentOpenOptions. setTorrent(TOTorrent torrent)
boolean
TOTorrentImpl. updateExportability(TOTorrent from)
Constructors in com.biglybt.core.torrent.impl with parameters of type TOTorrent Constructor Description TorrentOpenOptions(java.lang.String sFileName, TOTorrent torrent, boolean bDeleteFileOnCancel, java.util.Map<java.lang.String,java.lang.Object> options)
Init -
Uses of TOTorrent in com.biglybt.core.tracker
Methods in com.biglybt.core.tracker with parameters of type TOTorrent Modifier and Type Method Description void
AllTrackersManager.AllTrackers. registerTorrent(TOTorrent torrent)
void
AllTrackersManager.AllTrackers. registerTracker(TOTorrent torrent, java.net.URL tracker)
void
AllTrackersManager.AllTrackers. registerTrackers(TOTorrent torrent, java.util.List<java.util.List<java.net.URL>> trackers)
-
Uses of TOTorrent in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers with type parameters of type TOTorrent Modifier and Type Field Description private java.util.List<TOTorrent>
AllTrackersManagerImpl. pending_torrents
Methods in com.biglybt.core.tracker.alltrackers with parameters of type TOTorrent Modifier and Type Method Description private AllTrackersManagerImpl.AllTrackersTrackerImpl
AllTrackersManagerImpl. register(TOTorrent torrent_maybe_null, java.lang.String name)
private AllTrackersManagerImpl.AllTrackersTrackerImpl
AllTrackersManagerImpl. register(TOTorrent torrent_maybe_null, java.net.URL url)
void
AllTrackersManagerImpl. registerTorrent(TOTorrent torrent)
private void
AllTrackersManagerImpl. registerTorrentSupport(TOTorrent torrent)
void
AllTrackersManagerImpl. registerTracker(TOTorrent torrent, java.net.URL url)
void
AllTrackersManagerImpl. registerTrackers(TOTorrent torrent, java.util.List<java.util.List<java.net.URL>> trackers)
private void
AllTrackersManagerImpl.AllTrackersTrackerImpl. setRegistered(TOTorrent torrent_maybe_null)
void
AllTrackersManagerImpl. torrentChanged(TOTorrent torrent, int change_type)
-
Uses of TOTorrent in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TOTorrent Modifier and Type Method Description TOTorrent
TRTrackerAnnouncer. getTorrent()
Methods in com.biglybt.core.tracker.client with parameters of type TOTorrent Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent)
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, boolean manual)
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider)
TRTrackerScraperResponse
TRTrackerScraper. peekScrape(TOTorrent torrent, java.net.URL target_url)
void
TRTrackerScraper. remove(TOTorrent torrent)
TRTrackerScraperResponse
TRTrackerScraper. scrape(TOTorrent torrent)
TRTrackerScraperResponse
TRTrackerScraper. scrape(TOTorrent torrent, boolean force)
TRTrackerScraperResponse
TRTrackerScraper. scrape(TOTorrent torrent, java.net.URL target_url)
void
TRTrackerScraper. setScrape(TOTorrent torrent, java.net.URL url, DownloadScrapeResult result)
-
Uses of TOTorrent in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as TOTorrent Modifier and Type Field Description private TOTorrent
TRTrackerAnnouncerImpl. torrent
Methods in com.biglybt.core.tracker.client.impl that return TOTorrent Modifier and Type Method Description TOTorrent
TRTrackerAnnouncerImpl. getTorrent()
Methods in com.biglybt.core.tracker.client.impl with parameters of type TOTorrent Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactoryImpl. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider, boolean manual)
private TRTrackerAnnouncerHelper
TRTrackerAnnouncerMuxer. create(TOTorrent torrent, java.lang.String[] networks, TOTorrentAnnounceURLSet[] sets)
TRTrackerScraperResponse
TRTrackerScraperImpl. peekScrape(TOTorrent torrent, java.net.URL target_url)
void
TRTrackerScraperImpl. remove(TOTorrent torrent)
TRTrackerScraperResponse
TRTrackerScraperImpl. scrape(TOTorrent torrent)
TRTrackerScraperResponse
TRTrackerScraperImpl. scrape(TOTorrent torrent, boolean force)
TRTrackerScraperResponse
TRTrackerScraperImpl. scrape(TOTorrent torrent, java.net.URL target_url)
TRTrackerScraperResponse
TRTrackerScraperImpl. scrape(TOTorrent torrent, java.net.URL target_url, boolean force)
void
TRTrackerScraperImpl. setScrape(TOTorrent torrent, java.net.URL target_url, DownloadScrapeResult result)
Constructors in com.biglybt.core.tracker.client.impl with parameters of type TOTorrent Constructor Description TRTrackerAnnouncerImpl(TOTorrent _torrent)
TRTrackerAnnouncerMuxer(TOTorrent _torrent, TRTrackerAnnouncerFactory.DataProvider _f_provider, boolean _manual)
-
Uses of TOTorrent in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as TOTorrent Modifier and Type Field Description private TOTorrent
TRTrackerBTAnnouncerImpl. torrent
Methods in com.biglybt.core.tracker.client.impl.bt that return TOTorrent Modifier and Type Method Description TOTorrent
TRTrackerBTAnnouncerImpl. getTorrent()
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type TOTorrent Modifier and Type Method Description protected TRTrackerScraperResponseImpl
TrackerChecker. getHashData(TOTorrent torrent, java.net.URL target_url)
Retrieves the last cached Scraper Response based on a TOTorrent's Announce URL (not announce-list) and hash.protected TRTrackerScraperResponseImpl
TrackerChecker. peekHashData(TOTorrent torrent, java.net.URL target_url)
TRTrackerScraperResponse
TRTrackerBTScraperImpl. peekScrape(TOTorrent torrent, java.net.URL target_url)
void
TRTrackerBTScraperImpl. remove(TOTorrent torrent)
protected void
TrackerChecker. removeHash(TOTorrent torrent)
Removes the scrape task and data associated with the TOTorrent's Announce URL, announce-list data and hash.TRTrackerScraperResponse
TRTrackerBTScraperImpl. scrape(TOTorrent torrent, java.net.URL target_url, boolean force)
void
TRTrackerBTScraperImpl. setScrape(TOTorrent torrent, java.net.URL url, DownloadScrapeResult result)
protected void
TrackerChecker. syncUpdate(TOTorrent torrent, java.net.URL target_url)
Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type TOTorrent Constructor Description TRTrackerBTAnnouncerImpl(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, java.lang.String[] _peer_networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper)
-
Uses of TOTorrent in com.biglybt.core.tracker.client.impl.dht
Fields in com.biglybt.core.tracker.client.impl.dht declared as TOTorrent Modifier and Type Field Description private TOTorrent
TRTrackerDHTAnnouncerImpl. torrent
Methods in com.biglybt.core.tracker.client.impl.dht that return TOTorrent Modifier and Type Method Description TOTorrent
TRTrackerDHTAnnouncerImpl. getTorrent()
Methods in com.biglybt.core.tracker.client.impl.dht with parameters of type TOTorrent Modifier and Type Method Description TRTrackerScraperResponse
TRTrackerDHTScraperImpl. peekScrape(TOTorrent torrent, java.net.URL unused_target_url)
void
TRTrackerDHTScraperImpl. remove(TOTorrent torrent)
TRTrackerScraperResponse
TRTrackerDHTScraperImpl. scrape(TOTorrent torrent, java.net.URL unused_target_url, boolean unused_force)
void
TRTrackerDHTScraperImpl. setScrape(TOTorrent torrent, java.net.URL url, DownloadScrapeResult result)
Constructors in com.biglybt.core.tracker.client.impl.dht with parameters of type TOTorrent Constructor Description TRTrackerDHTAnnouncerImpl(TOTorrent _torrent, java.lang.String[] _networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper)
-
Uses of TOTorrent in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TOTorrent Modifier and Type Method Description TOTorrent
TRHostTorrent. getTorrent()
TOTorrent
TRHostTorrentFinder. lookupTorrent(byte[] hash)
Methods in com.biglybt.core.tracker.host with parameters of type TOTorrent Modifier and Type Method Description TRHostTorrent
TRHost. getHostTorrent(TOTorrent torrent)
returns the host torrent for the torrent if it exists, null otherwiseTRHostTorrent
TRHost. hostTorrent(TOTorrent torrent, boolean persistent, boolean passive)
TRHostTorrent
TRHost. publishTorrent(TOTorrent torrent)
void
TRHostTorrent. setTorrent(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TOTorrent Modifier and Type Class Description class
TRHostExternalTorrent
Fields in com.biglybt.core.tracker.host.impl declared as TOTorrent Modifier and Type Field Description private TOTorrent
TRHostTorrentHostImpl. torrent
private TOTorrent
TRHostTorrentPublishImpl. torrent
Methods in com.biglybt.core.tracker.host.impl that return TOTorrent Modifier and Type Method Description TOTorrent
TRHostTorrentHostImpl. getTorrent()
TOTorrent
TRHostTorrentPublishImpl. getTorrent()
TOTorrent
TRHostExternalTorrent. selectHybridHashType(int type)
Methods in com.biglybt.core.tracker.host.impl with parameters of type TOTorrent Modifier and Type Method Description protected TRHostTorrent
TRHostImpl. addTorrent(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added)
protected void
TRHostImpl. addTrackerAnnounce(TOTorrent torrent)
TRHostTorrent
TRHostImpl. getHostTorrent(TOTorrent torrent)
boolean
TRHostExternalTorrent. hasSameHashAs(TOTorrent other)
TRHostTorrent
TRHostImpl. hostTorrent(TOTorrent torrent, boolean persistent, boolean passive)
protected TRHostTorrent
TRHostImpl. lookupHostTorrent(TOTorrent torrent)
TRHostTorrent
TRHostImpl. publishTorrent(TOTorrent torrent)
void
TRHostTorrentHostImpl. setTorrent(TOTorrent _torrent)
void
TRHostTorrentPublishImpl. setTorrent(TOTorrent t)
protected void
TRHostTorrentHostImpl. setTorrentInternal(TOTorrent _torrent)
boolean
TRHostExternalTorrent. updateExportability(TOTorrent from)
Constructors in com.biglybt.core.tracker.host.impl with parameters of type TOTorrent Constructor Description TRHostTorrentHostImpl(TRHostImpl _host, TRTrackerServer _server, TOTorrent _torrent, int _port, long _date_added)
TRHostTorrentPublishImpl(TRHostImpl _host, TOTorrent _torrent, long _date_added)
-
Uses of TOTorrent in com.biglybt.core.util
Subinterfaces of TOTorrent in com.biglybt.core.util Modifier and Type Interface Description static interface
TorrentUtils.ExtendedTorrent
Classes in com.biglybt.core.util that implement TOTorrent Modifier and Type Class Description static class
TorrentUtils.torrentDelegate
Fields in com.biglybt.core.util declared as TOTorrent Modifier and Type Field Description private TOTorrent
TorrentUtils.torrentDelegate. delegate
Methods in com.biglybt.core.util that return TOTorrent Modifier and Type Method Description static TOTorrent
TorrentUtils. cloneTorrent(TOTorrent torrent)
static TOTorrent
TorrentUtils. download(java.net.URL url)
static TOTorrent
TorrentUtils. download(java.net.URL url, long timeout)
static TOTorrent
TorrentUtils. getTLSTorrent()
static TOTorrent
TorrentUtils. readFromBEncodedInputStream(java.io.InputStream is)
static TOTorrent
TorrentUtils. readFromFile(java.io.File file, boolean create_delegate)
static TOTorrent
TorrentUtils. readFromFile(java.io.File file, boolean create_delegate, boolean force_initial_discard)
TOTorrent
TorrentUtils.torrentDelegate. selectHybridHashType(int type)
Methods in com.biglybt.core.util with parameters of type TOTorrent Modifier and Type Method Description static void
TorrentUtils. addCreatedTorrent(TOTorrent torrent)
static boolean
TorrentUtils. announceGroupsContainsURL(TOTorrent torrent, java.lang.String url)
static void
TorrentUtils. announceGroupsInsertFirst(TOTorrent torrent, java.lang.String first_url)
static void
TorrentUtils. announceGroupsInsertFirst(TOTorrent torrent, java.net.URL first_url)
static void
TorrentUtils. announceGroupsInsertFirst(TOTorrent torrent, java.net.URL[] first_urls)
static void
TorrentUtils. announceGroupsInsertLast(TOTorrent torrent, java.net.URL[] first_urls)
static void
TorrentUtils. announceGroupsSetFirst(TOTorrent torrent, java.lang.String first_url)
static java.util.List<java.util.List<java.lang.String>>
TorrentUtils. announceGroupsToList(TOTorrent torrent)
static java.lang.String
TorrentUtils. announceGroupsToText(TOTorrent torrent)
void
TorrentUtils.torrentAttributeListener. attributeSet(TOTorrent torrent, java.lang.String attribute, java.lang.Object value)
static boolean
TorrentUtils. canMergeAnnounceURLs(TOTorrent new_torrent, TOTorrent dest_torrent)
static void
TorrentUtils. clearTorrentFileName(TOTorrent torrent)
static TOTorrent
TorrentUtils. cloneTorrent(TOTorrent torrent)
static void
TorrentUtils. copyToFile(TOTorrent torrent, java.io.File file)
static void
TorrentUtils. delete(TOTorrent torrent)
private static void
TorrentUtils. fireAttributeListener(TOTorrent torrent, java.lang.String attribute, java.lang.Object value)
private static java.util.Map
TorrentUtils. getAzureusPrivateProperties(TOTorrent torrent)
private static java.util.Map
TorrentUtils. getAzureusProperties(TOTorrent torrent)
private static java.lang.String
TorrentUtils. getContentMapString(TOTorrent torrent, java.lang.String key)
static java.net.URL
TorrentUtils. getDecentralisedURL(TOTorrent torrent)
static boolean
TorrentUtils. getDHTBackupEnabled(TOTorrent torrent)
static java.lang.String
TorrentUtils. getDisplayName(TOTorrent torrent)
static boolean
TorrentUtils. getFlag(TOTorrent torrent, int flag)
static byte[]
TorrentUtils. getHashForDisplay(TOTorrent torrent)
static java.util.Map
TorrentUtils. getHashTreeState(TOTorrent torrent)
static java.util.Map<java.lang.Integer,java.io.File>
TorrentUtils. getInitialLinkage(TOTorrent torrent)
static java.util.Map<java.lang.String,java.lang.Object>
TorrentUtils. getInitialMetadata(TOTorrent torrent)
static java.util.List<java.lang.String>
TorrentUtils. getInitialTags(TOTorrent torrent)
static java.lang.String
TorrentUtils. getLocalisedName(TOTorrent torrent)
static java.lang.String
UrlUtils. getMagnetURI(TOTorrent to_torrent)
static java.util.List<java.lang.String>
TorrentUtils. getNetworkCache(TOTorrent torrent)
static java.lang.String[]
AENetworkClassifier. getNetworks(TOTorrent torrent, java.lang.String display_name)
static java.lang.String
TorrentUtils. getObtainedFrom(TOTorrent torrent)
static byte[]
TorrentUtils. getOriginalHash(TOTorrent torrent)
static java.util.Map
TorrentUtils. getPeerCache(TOTorrent torrent)
static java.util.Map
TorrentUtils. getPluginMapProperty(TOTorrent torrent, java.lang.String name)
static java.lang.String
TorrentUtils. getPluginStringProperty(TOTorrent torrent, java.lang.String name)
static boolean
TorrentUtils. getPrivate(TOTorrent torrent)
static boolean[]
TorrentUtils. getSkipFiles(TOTorrent torrent)
static java.util.List<java.lang.String>
TorrentUtils. getTagCache(TOTorrent torrent)
static java.lang.String
TorrentUtils. getTorrentFileName(TOTorrent torrent)
static java.lang.String
TorrentUtils. getTorrentFileName(TOTorrent torrent, boolean is_mandatory)
static java.util.Set<java.lang.String>
TorrentUtils. getUniqueTrackerHosts(TOTorrent torrent)
static java.util.Set<java.lang.String>
TorrentUtils. getUniqueTrackerHosts(TOTorrent torrent, boolean include_port)
boolean
TorrentUtils.torrentDelegate. hasSameHashAs(TOTorrent other)
static boolean
TorrentUtils. isCreatedTorrent(TOTorrent torrent)
static boolean
TorrentUtils. isDecentralised(TOTorrent torrent)
static boolean
TorrentUtils. isDHTBackupRequested(TOTorrent torrent)
static boolean
TorrentUtils. isFeaturedContent(TOTorrent torrent)
static boolean
TorrentUtils. isReallyPrivate(TOTorrent torrent)
static boolean
TorrentUtils. isTrackerAddress(TOTorrent torrent, java.net.InetSocketAddress isa)
static void
TorrentUtils. listToAnnounceGroups(java.util.List<java.util.List<java.lang.String>> groups, TOTorrent torrent)
static TOTorrentAnnounceURLSet[]
TorrentUtils. listToAnnounceSets(java.util.List<java.util.List<java.lang.String>> groups, TOTorrent torrent)
This method DOES NOT MODIFY THE TORRENTstatic boolean
TorrentUtils. mergeAnnounceURLs(TOTorrent new_torrent, TOTorrent dest_torrent)
static java.lang.String
TorrentUtils. nicePrintTorrentHash(TOTorrent torrent)
A nice string of a Torrent's hashstatic java.lang.String
TorrentUtils. nicePrintTorrentHash(TOTorrent torrent, boolean tight)
A nice string of a Torrent's hashstatic boolean
TorrentUtils. propagateExportability(TOTorrent source, java.io.File dest)
static void
TorrentUtils. removeCreatedTorrent(TOTorrent torrent)
static boolean
TorrentUtils. replaceAnnounceURL(TOTorrent torrent, java.net.URL old_url, java.net.URL new_url)
static void
TorrentUtils. setDecentralised(TOTorrent torrent)
static void
TorrentUtils. setDHTBackupEnabled(TOTorrent torrent, boolean enabled)
static void
TorrentUtils. setDHTBackupRequested(TOTorrent torrent, boolean requested)
static void
TorrentUtils. setDisplayName(TOTorrent torrent, java.lang.String str)
static void
TorrentUtils. setFlag(TOTorrent torrent, int flag, boolean value)
static void
TorrentUtils. setHashTreeState(TOTorrent torrent, java.util.Map state)
static void
TorrentUtils. setInitialMetadata(TOTorrent torrent, java.util.Map<java.lang.String,java.lang.Object> metadata)
static void
TorrentUtils. setInitialTags(TOTorrent torrent, java.util.List<java.lang.String> tags)
static void
TorrentUtils. setMemoryOnly(TOTorrent torrent, boolean mem_only)
static void
TorrentUtils. setNetworkCache(TOTorrent torrent, java.util.List<java.lang.String> networks)
static void
TorrentUtils. setObtainedFrom(TOTorrent torrent, java.lang.String str)
static void
TorrentUtils. setOriginalHash(TOTorrent torrent, byte[] hash)
static void
TorrentUtils. setPeerCache(TOTorrent torrent, java.util.Map pc)
static void
TorrentUtils. setPeerCacheValid(TOTorrent torrent)
static void
TorrentUtils. setPluginMapProperty(TOTorrent torrent, java.lang.String name, java.util.Map value)
static void
TorrentUtils. setPluginStringProperty(TOTorrent torrent, java.lang.String name, java.lang.String value)
static void
TorrentUtils. setPrivate(TOTorrent torrent, boolean _private)
static void
TorrentUtils. setTagCache(TOTorrent torrent, java.util.List<java.lang.String> tags)
boolean
TorrentUtils.torrentDelegate. updateExportability(TOTorrent from)
static void
TorrentUtils. writeToFile(TOTorrent torrent)
static void
TorrentUtils. writeToFile(TOTorrent torrent, boolean force_backup)
static void
TorrentUtils. writeToFile(TOTorrent torrent, java.io.File file, boolean force_backup)
Constructors in com.biglybt.core.util with parameters of type TOTorrent Constructor Description torrentDelegate(TOTorrent _delegate, java.io.File _file)
-
Uses of TOTorrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return TOTorrent Modifier and Type Method Description static TOTorrent
PluginCoreUtils. unwrap(Torrent t)
Methods in com.biglybt.pifimpl.local with parameters of type TOTorrent Modifier and Type Method Description static Torrent
PluginCoreUtils. wrap(TOTorrent t)
-
Uses of TOTorrent in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return TOTorrent Modifier and Type Method Description static TOTorrent
DownloadManagerImpl. getStubTorrent(byte[] hash)
protected TOTorrent
DownloadManagerImpl. getTorrent(DownloadStubImpl stub)
Methods in com.biglybt.pifimpl.local.download with parameters of type TOTorrent Modifier and Type Method Description protected Download
DownloadManagerImpl. getDownload(TOTorrent torrent)
static Download
DownloadManagerImpl. getDownloadStatic(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent declared as TOTorrent Modifier and Type Field Description private TOTorrent
TorrentImpl. torrent
Methods in com.biglybt.pifimpl.local.torrent that return TOTorrent Modifier and Type Method Description TOTorrent
TorrentImpl. getTorrent()
private TOTorrent
TorrentManagerImpl. preserveFields(TOTorrent torrent, int preserve)
Methods in com.biglybt.pifimpl.local.torrent with parameters of type TOTorrent Modifier and Type Method Description private TOTorrent
TorrentManagerImpl. preserveFields(TOTorrent torrent, int preserve)
protected void
TorrentManagerImpl. tryToSetDefaultTorrentEncoding(TOTorrent torrent)
protected void
TorrentManagerImpl. tryToSetTorrentEncoding(TOTorrent torrent, java.lang.String encoding)
Constructors in com.biglybt.pifimpl.local.torrent with parameters of type TOTorrent Constructor Description TorrentImpl(TOTorrent _torrent)
TorrentImpl(PluginInterface _pi, TOTorrent _torrent)
-
Uses of TOTorrent in com.biglybt.pifimpl.local.utils.resourcedownloader
Fields in com.biglybt.pifimpl.local.utils.resourcedownloader declared as TOTorrent Modifier and Type Field Description protected TOTorrent[]
ResourceDownloaderTorrentImpl. torrent_holder
Methods in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type TOTorrent Modifier and Type Method Description protected void
ResourceDownloaderTorrentImpl. setSizeAndTorrent(long _size, TOTorrent[] _torrent_holder)
-
Uses of TOTorrent in com.biglybt.plugin.magnet
Methods in com.biglybt.plugin.magnet with parameters of type TOTorrent Modifier and Type Method Description void
MagnetPluginMDDownloader.DownloadListener. complete(TOTorrent torrent, java.util.Set<java.lang.String> peer_networks)
java.net.URL
MagnetPlugin. getMagnetURL(TOTorrent torrent)
protected void
MagnetPlugin. setInitialMetadata(TOTorrent torrent, DownloadManager from_dm)
private boolean
MagnetPlugin. setInitialMetadata(TOTorrent torrent, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> other_metadata)
-
Uses of TOTorrent in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type TOTorrent Modifier and Type Method Description static java.lang.String
BuddyPluginUtils. getChatKey(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.ui.selectedcontent
Fields in com.biglybt.ui.selectedcontent declared as TOTorrent Modifier and Type Field Description private TOTorrent
SelectedContent. torrent
Methods in com.biglybt.ui.selectedcontent that return TOTorrent Modifier and Type Method Description TOTorrent
ISelectedContent. getTorrent()
TOTorrent
SelectedContent. getTorrent()
Methods in com.biglybt.ui.selectedcontent with parameters of type TOTorrent Modifier and Type Method Description void
ISelectedContent. setTorrent(TOTorrent torrent)
void
SelectedContent. setTorrent(TOTorrent _torrent)
-
Uses of TOTorrent in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TOTorrent Modifier and Type Method Description private java.lang.String
OpenTorrentOptionsWindow.OpenTorrentInstance. getEncodingName(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as TOTorrent Modifier and Type Field Description private TOTorrent
SubscriptionSelectedContent. torrent
Methods in com.biglybt.ui.swt.subscriptions that return TOTorrent Modifier and Type Method Description TOTorrent
SubscriptionSelectedContent. getTorrent()
Methods in com.biglybt.ui.swt.subscriptions with parameters of type TOTorrent Modifier and Type Method Description void
SubscriptionSelectedContent. setTorrent(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type TOTorrent Modifier and Type Method Description static void
TorrentUIUtilsV3. addTorrentToGM(TOTorrent torrent)
No clue if we have a easy way to add a TOTorrent to the GM, so here it is -
Uses of TOTorrent in com.biglybt.ui.swt.views.tableitems.mytorrents
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TOTorrent Modifier and Type Method Description static java.lang.String
TrackerNameItem. getTrackerName(TOTorrent torrent)
-
Uses of TOTorrent in com.biglybt.util
Methods in com.biglybt.util that return TOTorrent Modifier and Type Method Description static TOTorrent
DataSourceUtils. getTorrent(java.lang.Object ds)
Methods in com.biglybt.util with parameters of type TOTorrent Modifier and Type Method Description private static boolean
PlayUtils. canPlay(TOTorrent torrent, int file_index)
private static boolean
PlayUtils. canPlayViaExternalEMP(TOTorrent torrent, int file_index, boolean complete_only)
static boolean
PlayUtils. canUseEMP(TOTorrent torrent, int file_index)
static boolean
PlayUtils. canUseEMP(TOTorrent torrent, int file_index, boolean complete_only)
static boolean
PlayUtils. isExternallyPlayable(TOTorrent torrent, int file_index, boolean complete_only)
-