Uses of Interface
com.biglybt.core.instancemanager.ClientInstanceManager
-
-
Uses of ClientInstanceManager in com.biglybt.core
Methods in com.biglybt.core that return ClientInstanceManager Modifier and Type Method Description ClientInstanceManager
Core. getInstanceManager()
-
Uses of ClientInstanceManager in com.biglybt.core.impl
Fields in com.biglybt.core.impl declared as ClientInstanceManager Modifier and Type Field Description private ClientInstanceManager
CoreImpl. instance_manager
Methods in com.biglybt.core.impl that return ClientInstanceManager Modifier and Type Method Description ClientInstanceManager
CoreImpl. getInstanceManager()
-
Uses of ClientInstanceManager in com.biglybt.core.instancemanager
Methods in com.biglybt.core.instancemanager that return ClientInstanceManager Modifier and Type Method Description static ClientInstanceManager
ClientInstanceManagerFactory. getSingleton(ClientInstanceManagerAdapter adapter)
-
Uses of ClientInstanceManager in com.biglybt.core.instancemanager.impl
Classes in com.biglybt.core.instancemanager.impl that implement ClientInstanceManager Modifier and Type Class Description class
ClientInstanceManagerImpl
Methods in com.biglybt.core.instancemanager.impl that return ClientInstanceManager Modifier and Type Method Description static ClientInstanceManager
ClientInstanceManagerImpl. getSingleton(ClientInstanceManagerAdapter core)
-
Uses of ClientInstanceManager in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ClientInstanceManager Modifier and Type Field Description private static ClientInstanceManager
AddressUtils. instance_manager
Methods in com.biglybt.core.util that return ClientInstanceManager Modifier and Type Method Description private static ClientInstanceManager
AddressUtils. getInstanceManager()
-
Uses of ClientInstanceManager in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local declared as ClientInstanceManager Modifier and Type Field Description private ClientInstanceManager
LocalTrackerPlugin. instance_manager
-