com.mle.play

ws

package ws

Visibility
  1. Public
  2. All

Type Members

  1. trait BasicWebSocketBase extends WebSocketBase

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

    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

  4. trait JsonWebSockets extends WebSocketController

  5. trait SocketClient[T] extends AnyRef

  6. trait SyncAuth extends WebSocketController

  7. trait TrieClientStorage extends WebSocketBase

  8. trait WebSocketBase extends AnyRef

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

  10. trait WebSocketController extends WebSocketBase with Log

Ungrouped