Class

CryptoSessionActor

Related Doc: package root

Permalink

class CryptoSessionActor extends Actor with MDCContextAware

Actor that stores crypto state for a connection, appropriately encrypts and decrypts packets, and passes packets along to the next hop once processed.

Source
CryptoSessionActor.scala
Linear Supertypes
MDCContextAware, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CryptoSessionActor
  2. MDCContextAware
  3. ActorLogging
  4. Actor
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CryptoSessionActor()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to any2stringadd[CryptoSessionActor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CryptoSessionActor, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to ArrowAssoc[CryptoSessionActor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def CryptoExchange: Receive

    Permalink
  7. def CryptoSetupFinishing: Receive

    Permalink
  8. def Established: Receive

    Permalink
  9. def Initializing: Receive

    Permalink
  10. def NewClient: Receive

    Permalink
  11. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  13. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  14. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  15. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    MDCContextAware → Actor
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def cleanupCrypto(): Unit

    Permalink
  18. var clientChallenge: ByteVector

    Permalink
  19. var clientChallengeResult: ByteVector

    Permalink
  20. var clientNonce: Long

    Permalink
  21. var clientPublicKey: ByteVector

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  24. var cryptoDHState: Option[CryptoDHState]

    Permalink
  25. var cryptoState: Option[CryptoStateWithMAC]

    Permalink
  26. def ensuring(cond: (CryptoSessionActor) ⇒ Boolean, msg: ⇒ Any): CryptoSessionActor

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to Ensuring[CryptoSessionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (CryptoSessionActor) ⇒ Boolean): CryptoSessionActor

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to Ensuring[CryptoSessionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: ⇒ Any): CryptoSessionActor

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to Ensuring[CryptoSessionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): CryptoSessionActor

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to Ensuring[CryptoSessionActor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def failWithError(error: String): Unit

    Permalink
  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to StringFormat[CryptoSessionActor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getRandBytes(amount: Int): ByteVector

    Permalink
  37. def handleEstablishedPacket(from: ActorRef, cont: PlanetSidePacketContainer): Unit

    Permalink
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. var leftRef: ActorRef

    Permalink
  41. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  46. def postStop(): Unit

    Permalink
    Definition Classes
    CryptoSessionActor → Actor
  47. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  49. val random: SecureRandom

    Permalink
  50. def receive: Receive

    Permalink
    Definition Classes
    CryptoSessionActor → Actor
  51. def resetState(): Unit

    Permalink
  52. var rightRef: ActorRef

    Permalink
  53. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  54. def sendResponse(pkt: PlanetSideGamePacket): ByteVector

    Permalink
  55. def sendResponse(cont: PlanetSidePacketContainer): ByteVector

    Permalink
  56. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  57. var serverChallenge: ByteVector

    Permalink
  58. var serverChallengeResult: ByteVector

    Permalink
  59. var serverMACBuffer: ByteVector

    Permalink
  60. var serverNonce: Long

    Permalink
  61. var sessionId: Long

    Permalink
  62. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  66. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def [B](y: B): (CryptoSessionActor, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoSessionActor to ArrowAssoc[CryptoSessionActor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from MDCContextAware

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CryptoSessionActor to any2stringadd[CryptoSessionActor]

Inherited by implicit conversion StringFormat from CryptoSessionActor to StringFormat[CryptoSessionActor]

Inherited by implicit conversion Ensuring from CryptoSessionActor to Ensuring[CryptoSessionActor]

Inherited by implicit conversion ArrowAssoc from CryptoSessionActor to ArrowAssoc[CryptoSessionActor]

Ungrouped