Uses of Interface
com.biglybt.core.tracker.host.TRHost
-
-
Uses of TRHost in com.biglybt.core
Methods in com.biglybt.core that return TRHost Modifier and Type Method Description TRHost
Core. getTrackerHost()
-
Uses of TRHost in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as TRHost Modifier and Type Field Description protected TRHost
GlobalManagerHostSupport. host
-
Uses of TRHost in com.biglybt.core.impl
Methods in com.biglybt.core.impl that return TRHost Modifier and Type Method Description TRHost
CoreImpl. getTrackerHost()
-
Uses of TRHost in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TRHost Modifier and Type Method Description static TRHost
TRHostFactory. getSingleton()
-
Uses of TRHost in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRHost Modifier and Type Class Description class
TRHostImpl
Methods in com.biglybt.core.tracker.host.impl that return TRHost Modifier and Type Method Description static TRHost
TRHostImpl. create()
-
Uses of TRHost in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRHost Modifier and Type Field Description private TRHost
TrackerImpl. host
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TRHost Constructor Description TrackerImpl(TRHost _host)
-
Uses of TRHost in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as TRHost Modifier and Type Field Description (package private) static TRHost
HealthItem. tracker_host
-