Uses of Class
com.biglybt.core.instancemanager.impl.ClientOtherInstanceImpl
-
Packages that use ClientOtherInstanceImpl Package Description com.biglybt.core.instancemanager.impl -
-
Uses of ClientOtherInstanceImpl in com.biglybt.core.instancemanager.impl
Fields in com.biglybt.core.instancemanager.impl with type parameters of type ClientOtherInstanceImpl Modifier and Type Field Description private java.util.Map<java.lang.String,ClientOtherInstanceImpl>
ClientInstanceManagerImpl. other_instances
Methods in com.biglybt.core.instancemanager.impl that return ClientOtherInstanceImpl Modifier and Type Method Description protected ClientOtherInstanceImpl
ClientInstanceManagerImpl. checkAdd(ClientOtherInstanceImpl inst)
protected static ClientOtherInstanceImpl
ClientOtherInstanceImpl. decode(java.net.InetAddress internal_address, java.util.Map map)
Methods in com.biglybt.core.instancemanager.impl with parameters of type ClientOtherInstanceImpl Modifier and Type Method Description protected ClientOtherInstanceImpl
ClientInstanceManagerImpl. checkAdd(ClientOtherInstanceImpl inst)
protected void
ClientInstanceManagerImpl. checkRemove(ClientOtherInstanceImpl inst)
protected void
ClientInstanceManagerImpl. informRemoved(ClientOtherInstanceImpl inst)
protected boolean
ClientOtherInstanceImpl. update(ClientOtherInstanceImpl new_inst)
-