Uses of Interface
com.biglybt.core.torrent.TOTorrent
Packages that use TOTorrent
Package
Description
-
Uses of TOTorrent in com.biglybt.activities
Fields in com.biglybt.activities declared as TOTorrentMethods in com.biglybt.activities that return TOTorrentModifier and TypeMethodDescriptionActivitiesEntry.getTorrent()
Independant forActivitiesEntry.getDownloadManger()
.Methods in com.biglybt.activities with parameters of type TOTorrentModifier and TypeMethodDescriptionvoid
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 TOTorrentModifier and TypeMethodDescriptionprotected List
RelatedContentManager.getURLList
(TOTorrent torrent, String key) -
Uses of TOTorrent in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return TOTorrentMethods in com.biglybt.core.disk with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic DiskManager
DiskManagerFactory.create
(TOTorrent torrent, DownloadManager manager) static void
DiskManagerFactory.deleteDataFiles
(TOTorrent torrent, String torrent_save_dir, 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 TOTorrentMethods in com.biglybt.core.disk.impl that return TOTorrentMethods in com.biglybt.core.disk.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionprivate static int
DiskManagerImpl.countDataFiles
(TOTorrent torrent, String torrent_save_dir, String torrent_save_file) private static void
DiskManagerImpl.deleteDataFileContents
(TOTorrent torrent, String torrent_save_dir, String torrent_save_file, boolean force_no_recycle) static void
DiskManagerImpl.deleteDataFiles
(TOTorrent torrent, String torrent_save_dir, 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 -
Uses of TOTorrent in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper with parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as TOTorrentConstructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type TOTorrentModifierConstructorDescriptionprotected
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 TOTorrentModifier and TypeMethodDescriptionboolean[]
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 TOTorrentMethods in com.biglybt.core.diskmanager.cache.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionprotected 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 TOTorrentModifier and TypeMethodDescriptionvoid
FMFileManager.generateEvidence
(IndentWriter writer, TOTorrent torrent) FMFileManager.getFileLink
(TOTorrent torrent, int from_index, File from_file) boolean
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 TOTorrentModifier and TypeMethodDescriptionprotected void
FMFileManagerImpl.generate
(IndentWriter writer, TOTorrent torrent) void
FMFileManagerImpl.generateEvidence
(IndentWriter writer, TOTorrent torrent) FMFileManagerImpl.getFileLink
(TOTorrent torrent, int file_index, File file) protected LinkFileMap
FMFileManagerImpl.getLinksEntry
(TOTorrent torrent) boolean
void
FMFileManagerImpl.setFileLinks
(TOTorrent torrent, LinkFileMap new_links) -
Uses of TOTorrent in com.biglybt.core.download
Methods in com.biglybt.core.download that return TOTorrentMethods in com.biglybt.core.download with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic DownloadManagerAvailability
DownloadManagerFactory.getAvailability
(TOTorrent torrent, List<List<String>> updated_trackers, String[] enabled_peer_sources, 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 TOTorrentModifier and TypeClassDescriptionprotected static class
Fields in com.biglybt.core.download.impl declared as TOTorrentMethods in com.biglybt.core.download.impl that return TOTorrentModifier and TypeMethodDescriptionDownloadManagerImpl.getTorrent()
DownloadManagerStateImpl.getTorrent()
DownloadManagerStateImpl.nullState.getTorrent()
DownloadManagerStateImpl.CachedStateWrapper.selectHybridHashType
(int type) Methods in com.biglybt.core.download.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionprivate void
DownloadManagerImpl.buildURLGroupMap
(TOTorrent torrent) private static void
DownloadManagerStateImpl.copyTorrentToActive
(TOTorrent torrent_file, 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 -
Uses of TOTorrent in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type TOTorrentModifier and TypeMethodDescriptionGlobalManager.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 TOTorrentMethods in com.biglybt.core.global.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionGlobalManagerImpl.getDownloadManager
(TOTorrent torrent) protected void
GlobalManagerHostSupport.torrentRemoved
(DownloadManager download_manager, TOTorrent torrent) -
Uses of TOTorrent in com.biglybt.core.helpers
Fields in com.biglybt.core.helpers with type parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.core.internat
Methods in com.biglybt.core.internat with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic String
LocaleTorrentUtil.getCurrentTorrentEncoding
(TOTorrent torrent) protected static 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, String encoding) -
Uses of TOTorrent in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement TOTorrentFields in com.biglybt.core.lws declared as TOTorrentMethods in com.biglybt.core.lws that return TOTorrentModifier and TypeMethodDescriptionprotected TOTorrent
LWSTorrent.getDelegate()
LightWeightSeedAdapter.getTorrent
(byte[] hash, URL announce_url, File data_location) LWSDiskManager.getTorrent()
LWSDiskManagerState.getTorrent()
protected TOTorrent
LightWeightSeed.getTOTorrent
(boolean actual) LWSTorrent.selectHybridHashType
(int type) Methods in com.biglybt.core.lws with parameters of type TOTorrentModifier and TypeMethodDescriptionboolean
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 TOTorrentModifier and TypeFieldDescription(package private) TOTorrent
NetworkAdminSpeedTestScheduledTestImpl.test_torrent
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as TOTorrentModifier and TypeFieldDescriptionprivate final TOTorrent
PEPeerControlHashHandlerImpl.torrent
private final TOTorrent
PEPeerControlImpl.torrent
Constructors in com.biglybt.core.peer.impl.control with parameters of type TOTorrentModifierConstructorDescriptionPEPeerControlHashHandlerImpl
(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 TOTorrentModifier and TypeMethodDescriptionprivate void
SubscriptionManagerImpl.downloadSubscription
(String description, TOTorrent torrent, InetSocketAddress peer, byte[] subs_id, int version, String name, SubscriptionManagerImpl.downloadListener listener) protected void
SubscriptionManagerImpl.updateSubscription
(SubscriptionImpl subs, int new_version, TOTorrent torrent, InetSocketAddress peer) -
Uses of TOTorrent in com.biglybt.core.tag.impl
Methods in com.biglybt.core.tag.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionvoid
TagPropertyTrackerHandler.torrentChanged
(TOTorrent torrent, int change_type, Object data) -
Uses of TOTorrent in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentModifier and TypeMethodDescriptionTOTorrentCreator.create()
TOTorrentCreator.create
(boolean skip_hashing) static TOTorrent
TOTorrentFactory.deserialiseFromBEncodedByteArray
(byte[] bytes) static TOTorrent
TOTorrentFactory.deserialiseFromBEncodedFile
(File file) static TOTorrent
TOTorrentFactory.deserialiseFromBEncodedInputStream
(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
(Map data) static TOTorrent
TOTorrentFactory.deserialiseFromXMLFile
(File file) TOTorrentFile.getTorrent()
TOTorrent.selectHybridHashType
(int type) Methods in com.biglybt.core.torrent with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic String
PlatformTorrentUtils.getContentAuthor
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentDescription
(TOTorrent torrent) static long
PlatformTorrentUtils.getContentDurationMillis
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentHash
(TOTorrent torrent) static Map
PlatformTorrentUtils.getContentMap
(TOTorrent torrent) private static long
PlatformTorrentUtils.getContentMapLong
(TOTorrent torrent, String key, long def) static Map
PlatformTorrentUtils.getContentMapMap
(TOTorrent torrent, String key) static String
PlatformTorrentUtils.getContentMapString
(TOTorrent torrent, String key) static long
PlatformTorrentUtils.getContentMinimumSpeedBps
(TOTorrent torrent) static int
PlatformTorrentUtils.getContentPrimaryFileIndex
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentPublisher
(TOTorrent torrent) static long
PlatformTorrentUtils.getContentStreamSpeedBps
(TOTorrent torrent) static byte[]
PlatformTorrentUtils.getContentThumbnail
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentThumbnailType
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentThumbnailUrl
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentTitle
(TOTorrent torrent) static String
PlatformTorrentUtils.getContentType
(TOTorrent torrent) static 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 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
static void
PlatformTorrentUtils.setContentDescription
(TOTorrent torrent, String desc) static void
PlatformTorrentUtils.setContentDurationMillis
(TOTorrent torrent, long millis) private static void
PlatformTorrentUtils.setContentMapLong
(TOTorrent torrent, String key, long value) static void
PlatformTorrentUtils.setContentMapMap
(TOTorrent torrent, String key, Map value) private static void
PlatformTorrentUtils.setContentMapString
(TOTorrent torrent, String key, 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, String type) static void
PlatformTorrentUtils.setContentThumbnailUrl
(TOTorrent torrent, String url) static void
PlatformTorrentUtils.setContentTitle
(TOTorrent torrent, String title) static void
PlatformTorrentUtils.setContentType
(TOTorrent torrent, String title) static void
PlatformTorrentUtils.setQOSClass
(TOTorrent torrent, long cla) void
TOTorrentListener.torrentChanged
(TOTorrent torrent, int change_type, Object data) 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 TOTorrentModifier and TypeClassDescriptionclass
class
class
Fields in com.biglybt.core.torrent.impl declared as TOTorrentMethods in com.biglybt.core.torrent.impl that return TOTorrentModifier and TypeMethodDescriptionTOTorrentCreatorImpl.create()
TOTorrentCreatorImpl.create
(boolean skip_hashing) protected TOTorrent
TOTorrentXMLDeserialiser.decodeRoot
(SimpleXMLParserDocument doc) TOTorrentXMLDeserialiser.deserialise
(File file) TorrentOpenOptions.getTorrent()
TOTorrentImpl.selectHybridHashType
(int type) Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionboolean
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 -
Uses of TOTorrent in com.biglybt.core.tracker
Methods in com.biglybt.core.tracker with parameters of type TOTorrentModifier and TypeMethodDescriptionvoid
AllTrackersManager.AllTrackers.registerTorrent
(TOTorrent torrent) void
AllTrackersManager.AllTrackers.registerTracker
(TOTorrent torrent, URL tracker) void
AllTrackersManager.AllTrackers.registerTrackers
(TOTorrent torrent, List<List<URL>> trackers) void
AllTrackersManager.AllTrackers.unregisterTorrent
(TOTorrent torrent) -
Uses of TOTorrent in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers with type parameters of type TOTorrentMethods in com.biglybt.core.tracker.alltrackers with parameters of type TOTorrentModifier and TypeMethodDescriptionvoid
AllTrackersManagerImpl.registerTorrent
(TOTorrent torrent) private void
AllTrackersManagerImpl.registerTorrentSupport
(TOTorrent torrent) void
AllTrackersManagerImpl.registerTracker
(TOTorrent torrent, URL url) void
AllTrackersManagerImpl.registerTrackers
(TOTorrent torrent, List<List<URL>> trackers) void
AllTrackersManagerImpl.torrentChanged
(TOTorrent torrent, int change_type, Object data) void
AllTrackersManagerImpl.unregisterTorrent
(TOTorrent torrent) -
Uses of TOTorrent in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TOTorrentMethods in com.biglybt.core.tracker.client with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic TRTrackerAnnouncer
static TRTrackerAnnouncer
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory.create
(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider) TRTrackerScraper.peekScrape
(TOTorrent torrent, URL target_url) void
void
TRTrackerScraper.setScrape
(TOTorrent torrent, URL url, DownloadScrapeResult result) -
Uses of TOTorrent in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as TOTorrentMethods in com.biglybt.core.tracker.client.impl that return TOTorrentMethods in com.biglybt.core.tracker.client.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic TRTrackerAnnouncer
TRTrackerAnnouncerFactoryImpl.create
(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider, boolean manual) private TRTrackerAnnouncerHelper
TRTrackerAnnouncerMuxer.create
(TOTorrent torrent, String[] networks, TOTorrentAnnounceURLSet[] sets) TRTrackerScraperImpl.peekScrape
(TOTorrent torrent, URL target_url) void
void
TRTrackerScraperImpl.setScrape
(TOTorrent torrent, URL target_url, DownloadScrapeResult result) Constructors in com.biglybt.core.tracker.client.impl with parameters of type TOTorrentModifierConstructorDescriptionprotected
TRTrackerAnnouncerImpl
(TOTorrent _torrent) protected
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 TOTorrentMethods in com.biglybt.core.tracker.client.impl.bt that return TOTorrentMethods in com.biglybt.core.tracker.client.impl.bt with parameters of type TOTorrentModifier and TypeMethodDescriptionprotected TRTrackerScraperResponseImpl
TrackerChecker.getHashData
(TOTorrent torrent, 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, URL target_url) TRTrackerBTScraperImpl.peekScrape
(TOTorrent torrent, URL target_url) void
protected void
TrackerChecker.removeHash
(TOTorrent torrent) Removes the scrape task and data associated with the TOTorrent's Announce URL, announce-list data and hash.void
TRTrackerBTScraperImpl.setScrape
(TOTorrent torrent, URL url, DownloadScrapeResult result) protected void
TrackerChecker.syncUpdate
(TOTorrent torrent, URL target_url) Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type TOTorrentModifierConstructorDescriptionTRTrackerBTAnnouncerImpl
(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, 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 TOTorrentMethods in com.biglybt.core.tracker.client.impl.dht that return TOTorrentMethods in com.biglybt.core.tracker.client.impl.dht with parameters of type TOTorrentModifier and TypeMethodDescriptionTRTrackerDHTScraperImpl.peekScrape
(TOTorrent torrent, URL unused_target_url) void
void
TRTrackerDHTScraperImpl.setScrape
(TOTorrent torrent, URL url, DownloadScrapeResult result) Constructors in com.biglybt.core.tracker.client.impl.dht with parameters of type TOTorrentModifierConstructorDescriptionTRTrackerDHTAnnouncerImpl
(TOTorrent _torrent, 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 TOTorrentModifier and TypeMethodDescriptionTRHostTorrent.getTorrent()
TRHostTorrentFinder.lookupTorrent
(byte[] hash) Methods in com.biglybt.core.tracker.host with parameters of type TOTorrentModifier and TypeMethodDescriptionTRHost.getHostTorrent
(TOTorrent torrent) returns the host torrent for the torrent if it exists, null otherwiseTRHost.hostTorrent
(TOTorrent torrent, boolean persistent, boolean passive) 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 TOTorrentFields in com.biglybt.core.tracker.host.impl declared as TOTorrentModifier and TypeFieldDescriptionprivate TOTorrent
TRHostTorrentHostImpl.torrent
private TOTorrent
TRHostTorrentPublishImpl.torrent
Methods in com.biglybt.core.tracker.host.impl that return TOTorrentModifier and TypeMethodDescriptionTRHostTorrentHostImpl.getTorrent()
TRHostTorrentPublishImpl.getTorrent()
TRHostExternalTorrent.selectHybridHashType
(int type) Methods in com.biglybt.core.tracker.host.impl with parameters of type TOTorrentModifier and TypeMethodDescriptionprotected TRHostTorrent
TRHostImpl.addTorrent
(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added) protected void
TRHostImpl.addTrackerAnnounce
(TOTorrent torrent) TRHostImpl.getHostTorrent
(TOTorrent torrent) boolean
TRHostExternalTorrent.hasSameHashAs
(TOTorrent other) TRHostImpl.hostTorrent
(TOTorrent torrent, boolean persistent, boolean passive) protected TRHostTorrent
TRHostImpl.lookupHostTorrent
(TOTorrent torrent) 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 TOTorrentModifierConstructorDescriptionprotected
TRHostTorrentHostImpl
(TRHostImpl _host, TRTrackerServer _server, TOTorrent _torrent, int _port, long _date_added) protected
TRHostTorrentPublishImpl
(TRHostImpl _host, TOTorrent _torrent, long _date_added) -
Uses of TOTorrent in com.biglybt.core.util
Subinterfaces of TOTorrent in com.biglybt.core.utilClasses in com.biglybt.core.util that implement TOTorrentFields in com.biglybt.core.util declared as TOTorrentMethods in com.biglybt.core.util that return TOTorrentModifier and TypeMethodDescriptionstatic TOTorrent
TorrentUtils.cloneTorrent
(TOTorrent torrent) static TOTorrent
static TOTorrent
static TOTorrent
TorrentUtils.getTLSTorrent()
static TOTorrent
TorrentUtils.readFromBEncodedInputStream
(InputStream is) static TOTorrent
TorrentUtils.readFromFile
(File file, boolean create_delegate) static TOTorrent
TorrentUtils.readFromFile
(File file, boolean create_delegate, boolean force_initial_discard) TorrentUtils.torrentDelegate.selectHybridHashType
(int type) Methods in com.biglybt.core.util with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic void
TorrentUtils.addCreatedTorrent
(TOTorrent torrent) static boolean
TorrentUtils.announceGroupsContainsURL
(TOTorrent torrent, String url) static void
TorrentUtils.announceGroupsInsertFirst
(TOTorrent torrent, String first_url) static void
TorrentUtils.announceGroupsInsertFirst
(TOTorrent torrent, URL first_url) static void
TorrentUtils.announceGroupsInsertFirst
(TOTorrent torrent, URL[] first_urls) static void
TorrentUtils.announceGroupsInsertLast
(TOTorrent torrent, URL[] first_urls) static void
TorrentUtils.announceGroupsSetFirst
(TOTorrent torrent, String first_url) TorrentUtils.announceGroupsToList
(TOTorrent torrent) static String
TorrentUtils.announceGroupsToText
(TOTorrent torrent) void
TorrentUtils.torrentAttributeListener.attributeSet
(TOTorrent torrent, String attribute, 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, File file) static void
private static void
TorrentUtils.fireAttributeListener
(TOTorrent torrent, String attribute, Object value) private static Map
TorrentUtils.getAzureusPrivateProperties
(TOTorrent torrent) private static Map
TorrentUtils.getAzureusProperties
(TOTorrent torrent) private static String
TorrentUtils.getContentMapString
(TOTorrent torrent, String key) static URL
TorrentUtils.getDecentralisedURL
(TOTorrent torrent) static boolean
TorrentUtils.getDHTBackupEnabled
(TOTorrent torrent) static String
TorrentUtils.getDisplayName
(TOTorrent torrent) static boolean
static byte[]
TorrentUtils.getHashForDisplay
(TOTorrent torrent) static Map
TorrentUtils.getHashTreeState
(TOTorrent torrent) TorrentUtils.getInitialLinkage
(TOTorrent torrent) TorrentUtils.getInitialMetadata
(TOTorrent torrent) TorrentUtils.getInitialTags
(TOTorrent torrent) static String
TorrentUtils.getLocalisedName
(TOTorrent torrent) static String
UrlUtils.getMagnetURI
(TOTorrent to_torrent) TorrentUtils.getNetworkCache
(TOTorrent torrent) static String[]
AENetworkClassifier.getNetworks
(TOTorrent torrent, String display_name) static String
TorrentUtils.getObtainedFrom
(TOTorrent torrent) static byte[]
TorrentUtils.getOriginalHash
(TOTorrent torrent) static Map
TorrentUtils.getPeerCache
(TOTorrent torrent) static Map
TorrentUtils.getPluginMapProperty
(TOTorrent torrent, String name) static String
TorrentUtils.getPluginStringProperty
(TOTorrent torrent, String name) static boolean
TorrentUtils.getPrivate
(TOTorrent torrent) static boolean[]
TorrentUtils.getSkipFiles
(TOTorrent torrent) TorrentUtils.getTagCache
(TOTorrent torrent) static String
TorrentUtils.getTorrentFileName
(TOTorrent torrent) static String
TorrentUtils.getTorrentFileName
(TOTorrent torrent, boolean is_mandatory) TorrentUtils.getUniqueTrackerHosts
(TOTorrent torrent) TorrentUtils.getUniqueTrackerHosts
(TOTorrent torrent, boolean include_port) static Map
TorrentUtils.getV2RootHashCache
(TOTorrent torrent) 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, InetSocketAddress isa) static void
TorrentUtils.listToAnnounceGroups
(List<List<String>> groups, TOTorrent torrent) static TOTorrentAnnounceURLSet[]
TorrentUtils.listToAnnounceSets
(List<List<String>> groups, TOTorrent torrent) This method DOES NOT MODIFY THE TORRENTstatic boolean
TorrentUtils.mergeAnnounceURLs
(TOTorrent new_torrent, TOTorrent dest_torrent) static String
TorrentUtils.nicePrintTorrentHash
(TOTorrent torrent) A nice string of a Torrent's hashstatic String
TorrentUtils.nicePrintTorrentHash
(TOTorrent torrent, boolean tight) A nice string of a Torrent's hashstatic boolean
TorrentUtils.propagateExportability
(TOTorrent source, File dest) static void
TorrentUtils.removeCreatedTorrent
(TOTorrent torrent) static boolean
TorrentUtils.replaceAnnounceURL
(TOTorrent torrent, URL old_url, 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, String str) static void
static void
TorrentUtils.setHashTreeState
(TOTorrent torrent, Map state) static void
TorrentUtils.setInitialMetadata
(TOTorrent torrent, Map<String, Object> metadata) static void
TorrentUtils.setInitialTags
(TOTorrent torrent, List<String> tags) static void
TorrentUtils.setMemoryOnly
(TOTorrent torrent, boolean mem_only) static void
TorrentUtils.setNetworkCache
(TOTorrent torrent, List<String> networks) static void
TorrentUtils.setObtainedFrom
(TOTorrent torrent, String str) static void
TorrentUtils.setOriginalHash
(TOTorrent torrent, byte[] hash) static void
TorrentUtils.setPeerCache
(TOTorrent torrent, Map pc) static void
TorrentUtils.setPeerCacheValid
(TOTorrent torrent) static void
TorrentUtils.setPluginMapProperty
(TOTorrent torrent, String name, Map value) static void
TorrentUtils.setPluginStringProperty
(TOTorrent torrent, String name, String value) static void
TorrentUtils.setPrivate
(TOTorrent torrent, boolean _private) static void
TorrentUtils.setTagCache
(TOTorrent torrent, List<String> tags) static void
TorrentUtils.setV2RootHashCache
(TOTorrent torrent, Map cache) 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, File file, boolean force_backup) Method parameters in com.biglybt.core.util with type arguments of type TOTorrentConstructors in com.biglybt.core.util with parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return TOTorrentMethods in com.biglybt.pifimpl.local with parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return TOTorrentModifier and TypeMethodDescriptionstatic TOTorrent
DownloadManagerImpl.getStubTorrent
(byte[] hash) protected TOTorrent
DownloadManagerImpl.getTorrent
(DownloadStubImpl stub) Methods in com.biglybt.pifimpl.local.download with parameters of type TOTorrentModifier and TypeMethodDescriptionprotected 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 TOTorrentMethods in com.biglybt.pifimpl.local.torrent that return TOTorrentModifier and TypeMethodDescriptionTorrentImpl.getTorrent()
private TOTorrent
TorrentManagerImpl.preserveFields
(TOTorrent torrent, int preserve) Methods in com.biglybt.pifimpl.local.torrent with parameters of type TOTorrentModifier and TypeMethodDescriptionprivate TOTorrent
TorrentManagerImpl.preserveFields
(TOTorrent torrent, int preserve) protected void
TorrentManagerImpl.tryToSetDefaultTorrentEncoding
(TOTorrent torrent) protected void
TorrentManagerImpl.tryToSetTorrentEncoding
(TOTorrent torrent, String encoding) Constructors in com.biglybt.pifimpl.local.torrent with parameters of type TOTorrentModifierConstructorDescriptionTorrentImpl
(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 TOTorrentModifier and TypeFieldDescriptionprotected TOTorrent[]
ResourceDownloaderTorrentImpl.torrent_holder
Methods in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type TOTorrentModifier and TypeMethodDescriptionprotected 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 TOTorrentModifier and TypeMethodDescriptionvoid
MagnetPlugin.getMagnetURL
(TOTorrent torrent) private void
MagnetPluginMDDownloader.DownloadActivity.reportComplete
(TOTorrent torrent, Set<String> peer_networks) private boolean
MagnetPlugin.setInitialMetadata
(TOTorrent torrent, List<String> tags, Map<String, Object> other_metadata) -
Uses of TOTorrent in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.ui.selectedcontent
Fields in com.biglybt.ui.selectedcontent declared as TOTorrentMethods in com.biglybt.ui.selectedcontent that return TOTorrentMethods in com.biglybt.ui.selectedcontent with parameters of type TOTorrentModifier and TypeMethodDescriptionvoid
ISelectedContent.setTorrent
(TOTorrent torrent) void
SelectedContent.setTorrent
(TOTorrent _torrent) -
Uses of TOTorrent in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic void
TorrentUtil.exportTorrent
(String torrent_name, TOTorrent torrent, org.eclipse.swt.widgets.Shell parentShell) static void
TorrentUtil.exportTorrents
(String[] torrent_names, TOTorrent[] torrents, org.eclipse.swt.widgets.Shell parentShell) -
Uses of TOTorrent in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TOTorrentModifier and TypeMethodDescriptionprivate String
OpenTorrentOptionsWindow.OpenTorrentInstance.getEncodingName
(TOTorrent torrent) -
Uses of TOTorrent in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as TOTorrentMethods in com.biglybt.ui.swt.subscriptions that return TOTorrentMethods in com.biglybt.ui.swt.subscriptions with parameters of type TOTorrent -
Uses of TOTorrent in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type TOTorrentModifier and TypeMethodDescriptionstatic 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 TOTorrentModifier and TypeMethodDescriptionstatic String
TrackerNameItem.getTrackerName
(TOTorrent torrent) -
Uses of TOTorrent in com.biglybt.util
Methods in com.biglybt.util that return TOTorrentMethods in com.biglybt.util with parameters of type TOTorrentModifier and TypeMethodDescriptionprivate static boolean
private static boolean
PlayUtils.canPlayViaExternalEMP
(TOTorrent torrent, int file_index, boolean complete_only) static boolean
static boolean
static boolean
PlayUtils.isExternallyPlayable
(TOTorrent torrent, int file_index, boolean complete_only)