Packages

c

fr.linkit.server.connection

ServerConnection

class ServerConnection extends CentralConnection

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerConnection
  2. CentralConnection
  3. ConnectionContext
  4. ProcrastinatorControl
  5. Procrastinator
  6. StaticNetworkObject
  7. NetworkObject
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ServerConnection(applicationContext: ServerApplication, configuration: ServerConnectionConfiguration)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def broadcastPacket(packet: Packet, attributes: PacketAttributes, sender: String, path: Array[Int], config: PersistenceConfig, discarded: Array[String]): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val configuration: ServerConnectionConfiguration
  8. def countConnections: Int
    Definition Classes
    ServerConnectionCentralConnection
  9. val currentIdentifier: String
    Definition Classes
    ServerConnectionConnectionContext
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getApp: ApplicationContext
    Definition Classes
    ServerConnectionConnectionContext
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def getConnection(identifier: String): Option[ServerExternalConnection]
    Definition Classes
    ServerConnectionCentralConnection
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def isAlive: Boolean
    Definition Classes
    ServerConnectionConnectionContext
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val network: Network
    Definition Classes
    ServerConnectionConnectionContext
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. val port: Int
    Definition Classes
    ServerConnectionConnectionContext
  23. val reference: NetworkConnectionReference.type

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    ConnectionContextNetworkObject
    See also

    NetworkObjectReference

  24. def runLater(task: => Unit): Unit
    Definition Classes
    ServerConnectionProcrastinator
  25. def runLaterControl[A](task: => A): WorkerTask[A]
  26. def shutdown(): Unit
    Definition Classes
    ServerConnectionConnectionContext
    Annotations
    @workerExecution()
  27. def start(): Unit
    Annotations
    @workerExecution()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val traffic: PacketTraffic
    Definition Classes
    ServerConnectionConnectionContext
  31. val translator: ObjectTranslator
    Definition Classes
    ServerConnectionConnectionContext
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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 CentralConnection

Inherited from ConnectionContext

Inherited from ProcrastinatorControl

Inherited from Procrastinator

Inherited from AnyRef

Inherited from Any

Ungrouped