Class/Object

jsactor.bridge.client

BooPickleSocketManager

Related Docs: object BooPickleSocketManager | package client

Permalink

class BooPickleSocketManager extends SocketManager[BooPickleBridgeProtocol, Array[Byte]]

Linear Supertypes
SocketManager[BooPickleBridgeProtocol, Array[Byte]], JsActorLogging, JsActor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooPickleSocketManager
  2. SocketManager
  3. JsActorLogging
  4. JsActor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BooPickleSocketManager(config: Config)(implicit bridgeProtocol: BooPickleBridgeProtocol)

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    JsActor

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val bridgeProtocol: BooPickleBridgeProtocol

    Permalink
    Definition Classes
    BooPickleSocketManager → SocketManager
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val config: Config

    Permalink
    Definition Classes
    BooPickleSocketManager → SocketManager
  8. def connected(data: Data): Receive

    Permalink
    Definition Classes
    SocketManager
  9. implicit val context: JsActorContext

    Permalink
    Definition Classes
    JsActor
  10. def disconnected(data: Data): Receive

    Permalink
    Definition Classes
    SocketManager
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. lazy val log: JsActorLogger

    Permalink
    Attributes
    protected
    Definition Classes
    JsActorLogging
  18. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    JsActor
  22. def postStop(): Unit

    Permalink
    Definition Classes
    SocketManager → JsActor
  23. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    JsActor
  24. def preStart(): Unit

    Permalink
    Definition Classes
    SocketManager → JsActor
  25. def receive: emptyBehavior.type

    Permalink
    Definition Classes
    SocketManager → JsActor
  26. implicit final val self: JsActorRef

    Permalink
    Definition Classes
    JsActor
  27. final def sender(): JsActorRef

    Permalink
    Definition Classes
    JsActor
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    JsActor
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SocketManager[BooPickleBridgeProtocol, Array[Byte]]

Inherited from JsActorLogging

Inherited from JsActor

Inherited from AnyRef

Inherited from Any

Ungrouped