Uses of Interface
com.biglybt.core.instancemanager.ClientInstance
Packages that use ClientInstance
Package
Description
-
Uses of ClientInstance in com.biglybt.core.instancemanager
Methods in com.biglybt.core.instancemanager that return ClientInstanceModifier and TypeMethodDescriptionClientInstanceTracked.getInstance()
ClientInstanceManager.getMyInstance()
ClientInstanceManager.getOtherInstances()
Methods in com.biglybt.core.instancemanager with parameters of type ClientInstanceModifier and TypeMethodDescriptionvoid
ClientInstanceManagerListener.instanceChanged
(ClientInstance instance) void
ClientInstanceManagerListener.instanceFound
(ClientInstance instance) void
ClientInstanceManagerListener.instanceLost
(ClientInstance instance) -
Uses of ClientInstance in com.biglybt.core.instancemanager.impl
Classes in com.biglybt.core.instancemanager.impl that implement ClientInstanceModifier and TypeClassDescriptionclass
class
class
Fields in com.biglybt.core.instancemanager.impl declared as ClientInstanceModifier and TypeFieldDescriptionprivate final ClientInstance
ClientInstanceManagerImpl.trackedInstance.instance
private final ClientInstance
ClientPortClashHandler.my_instance
Methods in com.biglybt.core.instancemanager.impl that return ClientInstanceModifier and TypeMethodDescriptionClientInstanceManagerImpl.trackedInstance.getInstance()
ClientInstanceManagerImpl.getMyInstance()
ClientInstanceManagerImpl.getOtherInstances()
Methods in com.biglybt.core.instancemanager.impl with parameters of type ClientInstanceModifier and TypeMethodDescriptionprotected void
ClientInstanceManagerImpl.addAddresses
(ClientInstance inst) protected void
ClientInstanceManagerImpl.Request.addReply
(ClientInstance instance, Map body) protected void
ClientPortClashHandler.check
(ClientInstance instance) protected void
ClientInstanceManagerImpl.informAdded
(ClientInstance inst) protected void
ClientInstanceManagerImpl.informChanged
(ClientInstance inst) void
ClientPortClashHandler.instanceChanged
(ClientInstance instance) void
ClientPortClashHandler.instanceFound
(ClientInstance instance) void
ClientPortClashHandler.instanceLost
(ClientInstance instance) protected void
ClientInstanceManagerImpl.removeAddresses
(ClientInstance inst) protected Map
ClientInstanceManagerImpl.requestReceived
(ClientInstance instance, Map body) Constructors in com.biglybt.core.instancemanager.impl with parameters of type ClientInstanceModifierConstructorDescriptionprotected
trackedInstance
(ClientInstance _instance, ClientInstanceTracked.TrackTarget _target, boolean _seed) -
Uses of ClientInstance in com.biglybt.plugin.tracker.local
Methods in com.biglybt.plugin.tracker.local with parameters of type ClientInstanceModifier and TypeMethodDescriptionvoid
LocalTrackerPlugin.instanceChanged
(ClientInstance instance) void
LocalTrackerPlugin.instanceFound
(ClientInstance instance) void
LocalTrackerPlugin.instanceLost
(ClientInstance instance)