Class/Object

slack.rtm

WebSocketClientActor

Related Docs: object WebSocketClientActor | package rtm

Permalink

class WebSocketClientActor extends WebSocketClientWorker with ActorLogging

Linear Supertypes
WebSocketClientWorker, ActorLogging, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WebSocketClientActor
  2. WebSocketClientWorker
  3. ActorLogging
  4. Stash
  5. RequiresMessageQueue
  6. UnrestrictedStash
  7. StashSupport
  8. Actor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WebSocketClientActor(url: String, initialListeners: Seq[ActorRef])

    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. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def businessLogic: Receive

    Permalink
    Definition Classes
    WebSocketClientActor → WebSocketClientWorker
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def closeLogic: Receive

    Permalink
    Definition Classes
    WebSocketClientWorker
  13. def connection: ActorRef

    Permalink
    Definition Classes
    WebSocketClientWorker
  14. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  15. def coreReceive: PartialFunction[Any, Unit]

    Permalink
  16. implicit val ec: ExecutionContextExecutor

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def handlePingPongCheck(): Unit

    Permalink
  22. def handshaking: Receive

    Permalink
    Definition Classes
    WebSocketClientWorker
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def initializePingPong(): Unit

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. var lastPing: Option[Long]

    Permalink
  27. var lastPong: Option[Long]

    Permalink
  28. val listeners: Set[ActorRef]

    Permalink
  29. def log: LoggingAdapter

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def pingPongInitialized: Boolean

    Permalink
  34. var pingPongTask: Option[Cancellable]

    Permalink
  35. def pongTimedOut: Boolean

    Permalink
  36. def postRestart(reason: Throwable): Unit

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

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

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  39. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. def receive: Receive

    Permalink
    Definition Classes
    WebSocketClientActor → WebSocketClientWorker → Actor
  41. def receivedPong: Boolean

    Permalink
  42. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  43. def sendPing(): Unit

    Permalink
  44. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  45. def stash(): Unit

    Permalink
    Definition Classes
    StashSupport
  46. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  48. implicit val system: ActorSystem

    Permalink
  49. def toString(): String

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

    Permalink
    Definition Classes
    Actor
  51. def unstashAll(): Unit

    Permalink
    Definition Classes
    StashSupport
  52. def upgradeRequest: HttpRequest

    Permalink
    Definition Classes
    WebSocketClientActor → WebSocketClientWorker
  53. val uri: URI

    Permalink
  54. final def wait(): Unit

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

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

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

Inherited from WebSocketClientWorker

Inherited from ActorLogging

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped