Uses of Interface
com.biglybt.pif.tracker.TrackerTorrent
-
-
Uses of TrackerTorrent in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that return TrackerTorrent Modifier and Type Method Description TrackerTorrent
Tracker. getTorrent(Torrent torrent)
TrackerTorrent
TrackerTorrentRequest. getTorrent()
TrackerTorrent[]
Tracker. getTorrents()
TrackerTorrent
Tracker. host(Torrent torrent, boolean persistent)
TrackerTorrent
Tracker. host(Torrent torrent, boolean persistent, boolean passive)
TrackerTorrent
Tracker. publish(Torrent torrent)
Methods in com.biglybt.pif.tracker with parameters of type TrackerTorrent Modifier and Type Method Description void
TrackerListener. torrentAdded(TrackerTorrent torrent)
void
TrackerListener. torrentChanged(TrackerTorrent torrent)
void
TrackerListener. torrentRemoved(TrackerTorrent torrent)
void
TrackerTorrentWillBeRemovedListener. torrentWillBeRemoved(TrackerTorrent torrent)
-
Uses of TrackerTorrent in com.biglybt.pif.tracker.web
Methods in com.biglybt.pif.tracker.web with parameters of type TrackerTorrent Modifier and Type Method Description void
TrackerWebPageResponse. writeTorrent(TrackerTorrent torrent)
-
Uses of TrackerTorrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local with parameters of type TrackerTorrent Modifier and Type Method Description static TRTrackerServerTorrent
PluginCoreUtils. unwrap(TrackerTorrent torrent)
-
Uses of TrackerTorrent in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TrackerTorrent Modifier and Type Class Description class
TrackerTorrentImpl
Methods in com.biglybt.pifimpl.local.tracker that return TrackerTorrent Modifier and Type Method Description TrackerTorrent
TrackerImpl. getTorrent(Torrent torrent)
TrackerTorrent
TrackerTorrentRequestImpl. getTorrent()
TrackerTorrent[]
TrackerImpl. getTorrents()
TrackerTorrent
TrackerImpl. host(Torrent _torrent, boolean _persistent)
TrackerTorrent
TrackerImpl. host(Torrent _torrent, boolean _persistent, boolean _passive)
TrackerTorrent
TrackerImpl. publish(Torrent _torrent)
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerTorrent Modifier and Type Method Description void
TrackerWebPageResponseImpl. writeTorrent(TrackerTorrent tracker_torrent)
-
Uses of TrackerTorrent in com.biglybt.pifimpl.remote.tracker
Classes in com.biglybt.pifimpl.remote.tracker that implement TrackerTorrent Modifier and Type Class Description class
RPTrackerTorrent
Fields in com.biglybt.pifimpl.remote.tracker declared as TrackerTorrent Modifier and Type Field Description protected TrackerTorrent
RPTrackerTorrent. delegate
Methods in com.biglybt.pifimpl.remote.tracker that return TrackerTorrent Modifier and Type Method Description TrackerTorrent
RPTracker. getTorrent(Torrent t)
TrackerTorrent[]
RPTracker. getTorrents()
TrackerTorrent
RPTracker. host(Torrent torrent, boolean persistent)
TrackerTorrent
RPTracker. host(Torrent torrent, boolean persistent, boolean passive)
TrackerTorrent
RPTracker. publish(Torrent torrent)
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerTorrent Modifier and Type Method Description static RPTrackerTorrent
RPTrackerTorrent. create(TrackerTorrent _delegate)
Constructors in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerTorrent Constructor Description RPTrackerTorrent(TrackerTorrent _delegate)
-
Uses of TrackerTorrent in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as TrackerTorrent Modifier and Type Field Description private TrackerTorrent
ShareHosterPlugin. torrent_being_removed
Fields in com.biglybt.plugin.sharing.hoster with type parameters of type TrackerTorrent Modifier and Type Field Description private java.util.Map<ShareResource,TrackerTorrent>
ShareHosterPlugin. resource_tt_map
-