Packages

class ServerExternalConnection extends ExternalConnection

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerExternalConnection
  2. ExternalConnection
  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

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. val boundIdentifier: String
  6. def canHandlePacketInjection(result: PacketTransfer): Boolean
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val currentIdentifier: String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getApp: ApplicationContext
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getState: ExternalConnectionState
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def isAlive: Boolean
  16. def isConnected: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val network: Network
  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
  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
  25. def runLaterControl[A](task: => A): WorkerTask[A]
  26. def send(result: PacketUpload): Unit
  27. def sendPacket(packet: Packet, attributes: PacketAttributes, path: Array[Int]): Unit
  28. val session: ExternalConnectionSession
  29. def shutdown(): Unit
  30. def start(): Unit
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. val traffic: PacketTraffic
  34. val translator: ObjectTranslator
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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 ExternalConnection

Inherited from ConnectionContext

Inherited from ProcrastinatorControl

Inherited from Procrastinator

Inherited from AnyRef

Inherited from Any

Ungrouped