Class

com.malliina.play.ws

MediatorSockets

Related Doc: package ws

Permalink

class MediatorSockets[User] extends Sockets[User]

Manages websockets.

To send a message to all connected clients: mediator ! Broadcast(myJsonMessage)

The actor created from mediatorProps will receive any messages sent from connected websockets.

Linear Supertypes
Sockets[User], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediatorSockets
  2. Sockets
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MediatorSockets(mediatorProps: Props, auth: Authenticator[User], ctx: ActorExecution)

    Permalink

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 actorFlow(user: User, rh: RequestHeader): Flow[JsValue, JsValue, _]

    Permalink
    Definition Classes
    Sockets
  5. implicit val actorSystem: ActorSystem

    Permalink
    Definition Classes
    Sockets
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val ec: ExecutionContextExecutor

    Permalink
    Definition Classes
    Sockets
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. implicit val mat: Materializer

    Permalink
    Definition Classes
    Sockets
  16. val mediator: ActorRef

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

    Permalink
    Definition Classes
    AnyRef
  18. def newSocket: WebSocket

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def onUnauthorized(rh: RequestHeader, failure: AuthFailure): Result

    Permalink
    Definition Classes
    Sockets
  22. def props(conf: ActorConfig[User]): Props

    Permalink

    Builds actor Props of an authenticated client.

    Builds actor Props of an authenticated client.

    conf

    context for the client connection

    returns

    Props of an actor that receives incoming messages

    Definition Classes
    MediatorSocketsSockets
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

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

Inherited from Sockets[User]

Inherited from AnyRef

Inherited from Any

Ungrouped