Packages

c

fr.linkit.client.network

ClientSideNetwork

class ClientSideNetwork extends AbstractNetwork

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientSideNetwork
  2. AbstractNetwork
  3. Network
  4. StaticNetworkObject
  5. NetworkObject
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClientSideNetwork(traffic: AbstractPacketTraffic)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCacheManager(manager: SharedCacheManager, storePath: Array[Int]): Unit
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val connection: ConnectionContext
    Definition Classes
    AbstractNetworkNetwork
  8. def countConnections: Int
    Definition Classes
    AbstractNetworkNetwork
  9. def createNewCache0(family: String, managerChannelPath: Array[Int]): SharedCacheManager
    Attributes
    protected
    Definition Classes
    ClientSideNetworkAbstractNetwork
  10. def currentEngine: Engine
    Definition Classes
    AbstractNetworkNetwork
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def findCacheManager(family: String): Option[SharedCacheManager]
    Definition Classes
    AbstractNetworkNetwork
  14. def findEngine(identifier: String): Option[Engine]
    Definition Classes
    AbstractNetworkNetwork
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getStaticAccess(id: Int): StaticAccess
    Definition Classes
    AbstractNetworkNetwork
  17. def getStore(path: Array[Int]): PacketInjectableStore
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  18. lazy val globalCaches: SharedCacheManager
    Definition Classes
    AbstractNetworkNetwork
  19. lazy val gnol: GeneralNetworkObjectLinker
    Definition Classes
    AbstractNetworkNetwork
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def initialize(): ClientSideNetwork.this.type
    Definition Classes
    AbstractNetwork
  22. def isConnected(identifier: String): Boolean
    Definition Classes
    AbstractNetworkNetwork
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isTrunkInitializing: Boolean
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  25. def listEngines: List[Engine]
    Definition Classes
    AbstractNetworkNetwork
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val networkStore: PacketInjectableStore
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  28. def newStaticAccess(id: Int): StaticAccess
    Definition Classes
    AbstractNetworkNetwork
  29. def newStaticAccess(id: Int, contract: ContractDescriptorData): StaticAccess
    Definition Classes
    AbstractNetworkNetwork
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. val objectManagementChannel: ObjectManagementChannel
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  33. def onNewEngine(f: (Engine) => Unit): Unit
    Definition Classes
    AbstractNetworkNetwork
  34. val reference: NetworkReference.type

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractNetworkNetworkObject
    See also

    NetworkObjectReference

  35. def registerSCMReference(ref: SharedCacheManagerReference): Unit
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  36. def retrieveDataTrunk(): NetworkDataTrunk
    Attributes
    protected
    Definition Classes
    ClientSideNetworkAbstractNetwork
  37. def serverEngine: Engine
    Definition Classes
    AbstractNetworkNetwork
  38. def serverIdentifier: String
    Definition Classes
    ClientSideNetworkNetwork
  39. def startUpDate: Timestamp
    Definition Classes
    AbstractNetworkNetwork
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. lazy val trunk: NetworkDataTrunk
    Attributes
    protected
    Definition Classes
    AbstractNetwork
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AbstractNetwork

Inherited from Network

Inherited from NetworkObject[NetworkReference.type]

Inherited from AnyRef

Inherited from Any

Ungrouped