Package

com.mle.play

ws

Permalink

package ws

Visibility
  1. Public
  2. All

Type Members

  1. trait BasicWebSocketBase extends WebSocketBase

    Permalink

  2. case class ClientInfo[T](channel: Channel[T], request: RequestHeader, user: String) extends SocketClient[T] with Log with Product with Serializable

    Permalink

    channel

    channel used to push messages to the client

    request

    the request headers from the HTTP request that initiated the WebSocket connection

    user

    the authenticated username

  3. trait DefaultJsonWebSocket extends JsonWebSockets with Log

    Permalink

  4. trait JsonWebSockets extends WebSocketController

    Permalink

  5. trait SocketClient[T] extends AnyRef

    Permalink

  6. trait SyncAuth extends WebSocketController

    Permalink

  7. trait TrieClientStorage extends WebSocketBase

    Permalink

  8. trait WebSocketBase extends AnyRef

    Permalink

  9. case class WebSocketClient(user: String, channel: Channel[JsValue], request: RequestHeader) extends SocketClient[JsValue] with Product with Serializable

    Permalink

  10. trait WebSocketController extends WebSocketBase with Log

    Permalink

Ungrouped