trait CommonSessionInterfacingFunctionality extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonSessionInterfacingFunctionality
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def context: ActorContext
- Attributes
- protected
- abstract def sessionData: SessionData
- Attributes
- protected
Concrete 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
- def account: Account
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avatar: Avatar
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def continent: Zone
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log: Logger
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def player: Player
- Attributes
- protected
- def sendResponse(pkt: PlanetSideGamePacket): Unit
- Attributes
- protected
- implicit val sender: ActorRef
Hardwire an implicit
sender
to be the same ascontext.self
of theSessionActor
actor class for which this support class was initialized.Hardwire an implicit
sender
to be the same ascontext.self
of theSessionActor
actor class for which this support class was initialized. Allows for proper use forActorRef.tell
or an actor's!
in the support class, one where the result is always directed back to the sameSessionActor
instance. If there is a different packet "sender" that has to be respected by a given method, pass thatActorRef
into the method as a parameter.- Attributes
- protected
- See also
ActorRef.!(Any)(ActorRef)
ActorRef.tell(Any)(ActorRef)
- def session: Session
- Attributes
- protected
- def session_=(newsession: Session): Unit
- Attributes
- protected
- def stop(): Unit
- Attributes
- protected[actors.session]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()