Uses of Interface
com.biglybt.pif.tracker.TrackerTorrent
Packages that use TrackerTorrent
Package
Description
-
Uses of TrackerTorrent in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that return TrackerTorrentModifier and TypeMethodDescriptionTracker.getTorrent
(Torrent torrent) TrackerTorrentRequest.getTorrent()
Tracker.getTorrents()
Methods in com.biglybt.pif.tracker with parameters of type TrackerTorrentModifier and TypeMethodDescriptionvoid
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 TrackerTorrentModifier and TypeMethodDescriptionvoid
TrackerWebPageResponse.writeTorrent
(TrackerTorrent torrent) -
Uses of TrackerTorrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local with parameters of type TrackerTorrentModifier and TypeMethodDescriptionstatic TRTrackerServerTorrent
PluginCoreUtils.unwrap
(TrackerTorrent torrent) -
Uses of TrackerTorrent in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TrackerTorrentMethods in com.biglybt.pifimpl.local.tracker that return TrackerTorrentModifier and TypeMethodDescriptionTrackerImpl.getTorrent
(Torrent torrent) TrackerTorrentRequestImpl.getTorrent()
TrackerImpl.getTorrents()
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerTorrentModifier and TypeMethodDescriptionvoid
TrackerWebPageResponseImpl.writeTorrent
(TrackerTorrent tracker_torrent) -
Uses of TrackerTorrent in com.biglybt.pifimpl.remote.tracker
Classes in com.biglybt.pifimpl.remote.tracker that implement TrackerTorrentFields in com.biglybt.pifimpl.remote.tracker declared as TrackerTorrentMethods in com.biglybt.pifimpl.remote.tracker that return TrackerTorrentMethods in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerTorrentModifier and TypeMethodDescriptionstatic RPTrackerTorrent
RPTrackerTorrent.create
(TrackerTorrent _delegate) Constructors in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerTorrent -
Uses of TrackerTorrent in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as TrackerTorrentFields in com.biglybt.plugin.sharing.hoster with type parameters of type TrackerTorrentModifier and TypeFieldDescriptionprivate Map
<ShareResource, TrackerTorrent> ShareHosterPlugin.resource_tt_map