xitrum

sockjs

package sockjs

Visibility
  1. Public
  2. All

Type Members

  1. case class MessageFromHandler(message: String) extends Product with Serializable

  2. case class MessagesFromSenderClient(messages: Seq[String]) extends Product with Serializable

  3. class NonWebSocketSession extends Actor

    There should be at most one subscriber: http://sockjs.

  4. case class NotificationToReceiverClientMessage(message: String) extends Product with Serializable

  5. class SockJEventSourceReceive extends SockJsNonWebSocketSessionReceiverActionActor

    Annotations
    @GET()
  6. class SockJSRawWebsocket extends WebSocketActor with SockJsPrefix

    Annotations
    @WEBSOCKET()
  7. class SockJSWebsocket extends WebSocketActor with SockJsPrefix

    Annotations
    @WEBSOCKET()
  8. class SockJSWebsocketGET extends SockJsAction

    Annotations
    @Last() @GET()
  9. class SockJSWebsocketPOST extends SockJsAction with SkipCSRFCheck

    Annotations
    @Last() @POST()
  10. trait SockJsAction extends Action with SockJsPrefix

  11. class SockJsGreeting extends SockJsAction

    Annotations
    @GET()
  12. class SockJsIframe extends SockJsAction

    Annotations
    @Last() @GET()
  13. class SockJsInfoGET extends SockJsAction

    Annotations
    @GET()
  14. class SockJsInfoOPTIONS extends SockJsAction

    Annotations
    @OPTIONS()
  15. class SockJsJsonPPollingReceive extends SockJsNonWebSocketSessionReceiverActionActor

    Annotations
    @GET()
  16. class SockJsJsonPPollingSend extends SockJsNonWebSocketSessionActionActor with SkipCSRFCheck

    Annotations
    @POST()
  17. trait SockJsNonWebSocketSessionActionActor extends ActionActor with SockJsAction

  18. trait SockJsNonWebSocketSessionReceiverActionActor extends SockJsNonWebSocketSessionActionActor

  19. trait SockJsPrefix extends AnyRef

  20. class SockJsXhrPollingOPTIONSReceive extends SockJsAction

    Annotations
    @OPTIONS()
  21. class SockJsXhrPollingOPTIONSSend extends SockJsAction

    Annotations
    @OPTIONS()
  22. class SockJsXhrPollingReceive extends SockJsNonWebSocketSessionReceiverActionActor with SkipCSRFCheck

    Annotations
    @POST()
  23. class SockJsXhrSend extends SockJsNonWebSocketSessionActionActor with SkipCSRFCheck

    Annotations
    @POST()
  24. class SockJsXhrStreamingOPTIONSReceive extends SockJsAction

    Annotations
    @OPTIONS()
  25. class SockJsXhrStreamingReceive extends SockJsNonWebSocketSessionReceiverActionActor with SkipCSRFCheck

    Annotations
    @POST()
  26. class SockJshtmlfileReceive extends SockJsNonWebSocketSessionReceiverActionActor

    Annotations
    @GET()
  27. case class SubscribeResultToReceiverClientMessages(messages: Seq[String]) extends Product with Serializable

Value Members

  1. object AbortFromReceiverClient extends Product with Serializable

  2. object CloseFromHandler extends Product with Serializable

  3. object NonWebSocketSession

  4. object NotificationToReceiverClientClosed extends Product with Serializable

  5. object NotificationToReceiverClientHeartbeat extends Product with Serializable

  6. object SockJsAction

  7. object SubscribeFromReceiverClient extends Product with Serializable

  8. object SubscribeResultToReceiverClientAnotherConnectionStillOpen extends Product with Serializable

  9. object SubscribeResultToReceiverClientClosed extends Product with Serializable

  10. object SubscribeResultToReceiverClientWaitForMessage extends Product with Serializable

Ungrouped