Uses of Interface
com.biglybt.pif.torrent.TorrentManager
-
Packages that use TorrentManager Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.local.torrent com.biglybt.pifimpl.remote com.biglybt.pifimpl.remote.torrent -
-
Uses of TorrentManager in com.biglybt.pif
Methods in com.biglybt.pif that return TorrentManager Modifier and Type Method Description TorrentManager
PluginInterface. getTorrentManager()
Gives access to the torrent manager -
Uses of TorrentManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return TorrentManager Modifier and Type Method Description TorrentManager
PluginInterfaceImpl. getTorrentManager()
-
Uses of TorrentManager in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement TorrentManager Modifier and Type Class Description class
TorrentManagerImpl
Methods in com.biglybt.pifimpl.local.torrent that return TorrentManager Modifier and Type Method Description TorrentManager
TorrentManagerImpl. specialise(PluginInterface _pi)
-
Uses of TorrentManager in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return TorrentManager Modifier and Type Method Description TorrentManager
RPPluginInterface. getTorrentManager()
-
Uses of TorrentManager in com.biglybt.pifimpl.remote.torrent
Classes in com.biglybt.pifimpl.remote.torrent that implement TorrentManager Modifier and Type Class Description class
RPTorrentManager
Fields in com.biglybt.pifimpl.remote.torrent declared as TorrentManager Modifier and Type Field Description protected TorrentManager
RPTorrentManager. delegate
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type TorrentManager Modifier and Type Method Description static RPTorrentManager
RPTorrentManager. create(TorrentManager _delegate)
Constructors in com.biglybt.pifimpl.remote.torrent with parameters of type TorrentManager Constructor Description RPTorrentManager(TorrentManager _delegate)
-