Uses of Interface
com.biglybt.pif.tracker.Tracker
-
-
Uses of Tracker in com.biglybt.pif
Methods in com.biglybt.pif that return Tracker Modifier and Type Method Description Tracker
PluginInterface. getTracker()
Gives access to the tracker functionality -
Uses of Tracker in com.biglybt.pif.tracker.web
Methods in com.biglybt.pif.tracker.web that return Tracker Modifier and Type Method Description Tracker
TrackerWebPageRequest. getTracker()
-
Uses of Tracker in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return Tracker Modifier and Type Method Description Tracker
PluginInterfaceImpl. getTracker()
-
Uses of Tracker in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement Tracker Modifier and Type Class Description class
TrackerImpl
Fields in com.biglybt.pifimpl.local.tracker declared as Tracker Modifier and Type Field Description private Tracker
TrackerWCHelper. tracker
private Tracker
TrackerWebPageRequestImpl. tracker
Methods in com.biglybt.pifimpl.local.tracker that return Tracker Modifier and Type Method Description static Tracker
TrackerImpl. getSingleton()
Tracker
TrackerWebPageRequestImpl. getTracker()
Methods in com.biglybt.pifimpl.local.tracker with parameters of type Tracker Modifier and Type Method Description protected void
TrackerWCHelper. setTracker(Tracker _tracker)
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type Tracker Constructor Description TrackerWebPageRequestImpl(Tracker _tracker, TrackerWebContext _context, TRTrackerServerListener2.ExternalRequest _request)
-
Uses of Tracker in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return Tracker Modifier and Type Method Description Tracker
RPPluginInterface. getTracker()
-
Uses of Tracker in com.biglybt.pifimpl.remote.tracker
Classes in com.biglybt.pifimpl.remote.tracker that implement Tracker Modifier and Type Class Description class
RPTracker
Fields in com.biglybt.pifimpl.remote.tracker declared as Tracker Modifier and Type Field Description protected Tracker
RPTracker. delegate
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type Tracker Modifier and Type Method Description static RPTracker
RPTracker. create(Tracker _delegate)
Constructors in com.biglybt.pifimpl.remote.tracker with parameters of type Tracker Constructor Description RPTracker(Tracker _delegate)
-
Uses of Tracker in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as Tracker Modifier and Type Field Description private Tracker
ShareHosterPlugin. tracker
-