class ServerConnection extends CentralConnection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerConnection
- CentralConnection
- ConnectionContext
- ProcrastinatorControl
- Procrastinator
- StaticNetworkObject
- NetworkObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServerConnection(applicationContext: ServerApplication, configuration: ServerConnectionConfiguration)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def broadcastPacket(packet: Packet, attributes: PacketAttributes, sender: String, path: Array[Int], config: PersistenceConfig, discarded: Array[String]): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val configuration: ServerConnectionConfiguration
- def countConnections: Int
- Definition Classes
- ServerConnection → CentralConnection
- val currentIdentifier: String
- Definition Classes
- ServerConnection → ConnectionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getApp: ApplicationContext
- Definition Classes
- ServerConnection → ConnectionContext
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getConnection(identifier: String): Option[ServerExternalConnection]
- Definition Classes
- ServerConnection → CentralConnection
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isAlive: Boolean
- Definition Classes
- ServerConnection → ConnectionContext
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: Network
- Definition Classes
- ServerConnection → ConnectionContext
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val port: Int
- Definition Classes
- ServerConnection → ConnectionContext
- val reference: NetworkConnectionReference.type
The reference of this Network Object.
The reference of this Network Object.
- Definition Classes
- ConnectionContext → NetworkObject
- See also
NetworkObjectReference
- def runLater(task: => Unit): Unit
- Definition Classes
- ServerConnection → Procrastinator
- def runLaterControl[A](task: => A): WorkerTask[A]
- Definition Classes
- ServerConnection → ProcrastinatorControl
- def shutdown(): Unit
- Definition Classes
- ServerConnection → ConnectionContext
- Annotations
- @workerExecution()
- def start(): Unit
- Annotations
- @workerExecution()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val traffic: PacketTraffic
- Definition Classes
- ServerConnection → ConnectionContext
- val translator: ObjectTranslator
- Definition Classes
- ServerConnection → ConnectionContext
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated