Uses of Interface
com.biglybt.core.instancemanager.ClientInstance
-
Packages that use ClientInstance Package Description com.biglybt.core.instancemanager com.biglybt.core.instancemanager.impl com.biglybt.plugin.tracker.local -
-
Uses of ClientInstance in com.biglybt.core.instancemanager
Methods in com.biglybt.core.instancemanager that return ClientInstance Modifier and Type Method Description ClientInstance
ClientInstanceTracked. getInstance()
ClientInstance
ClientInstanceManager. getMyInstance()
ClientInstance[]
ClientInstanceManager. getOtherInstances()
Methods in com.biglybt.core.instancemanager with parameters of type ClientInstance Modifier and Type Method Description void
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 ClientInstance Modifier and Type Class Description class
ClientInstanceImpl
class
ClientMyInstanceImpl
class
ClientOtherInstanceImpl
Fields in com.biglybt.core.instancemanager.impl declared as ClientInstance Modifier and Type Field Description private ClientInstance
ClientInstanceManagerImpl.trackedInstance. instance
private ClientInstance
ClientPortClashHandler. my_instance
Methods in com.biglybt.core.instancemanager.impl that return ClientInstance Modifier and Type Method Description ClientInstance
ClientInstanceManagerImpl.trackedInstance. getInstance()
ClientInstance
ClientInstanceManagerImpl. getMyInstance()
ClientInstance[]
ClientInstanceManagerImpl. getOtherInstances()
Methods in com.biglybt.core.instancemanager.impl with parameters of type ClientInstance Modifier and Type Method Description protected void
ClientInstanceManagerImpl. addAddresses(ClientInstance inst)
protected void
ClientInstanceManagerImpl.Request. addReply(ClientInstance instance, java.util.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 java.util.Map
ClientInstanceManagerImpl. requestReceived(ClientInstance instance, java.util.Map body)
Constructors in com.biglybt.core.instancemanager.impl with parameters of type ClientInstance Constructor Description 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 ClientInstance Modifier and Type Method Description void
LocalTrackerPlugin. instanceChanged(ClientInstance instance)
void
LocalTrackerPlugin. instanceFound(ClientInstance instance)
void
LocalTrackerPlugin. instanceLost(ClientInstance instance)
-