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 TypeMethodDescriptionvoidClientInstanceManagerListener.instanceChanged(ClientInstance instance) voidClientInstanceManagerListener.instanceFound(ClientInstance instance) voidClientInstanceManagerListener.instanceLost(ClientInstance instance) -
Uses of ClientInstance in com.biglybt.core.instancemanager.impl
Classes in com.biglybt.core.instancemanager.impl that implement ClientInstanceModifier and TypeClassDescriptionclassclassclassFields in com.biglybt.core.instancemanager.impl declared as ClientInstanceModifier and TypeFieldDescriptionprivate final ClientInstanceClientInstanceManagerImpl.trackedInstance.instanceprivate final ClientInstanceClientPortClashHandler.my_instanceMethods 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 voidClientInstanceManagerImpl.addAddresses(ClientInstance inst) protected voidClientInstanceManagerImpl.Request.addReply(ClientInstance instance, Map body) protected voidClientPortClashHandler.check(ClientInstance instance) protected voidClientInstanceManagerImpl.informAdded(ClientInstance inst) protected voidClientInstanceManagerImpl.informChanged(ClientInstance inst) voidClientPortClashHandler.instanceChanged(ClientInstance instance) voidClientPortClashHandler.instanceFound(ClientInstance instance) voidClientPortClashHandler.instanceLost(ClientInstance instance) protected voidClientInstanceManagerImpl.removeAddresses(ClientInstance inst) protected MapClientInstanceManagerImpl.requestReceived(ClientInstance instance, Map body) Constructors in com.biglybt.core.instancemanager.impl with parameters of type ClientInstanceModifierConstructorDescriptionprotectedtrackedInstance(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 TypeMethodDescriptionvoidLocalTrackerPlugin.instanceChanged(ClientInstance instance) voidLocalTrackerPlugin.instanceFound(ClientInstance instance) voidLocalTrackerPlugin.instanceLost(ClientInstance instance)