play.core

websocket

package websocket

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BasicFrame extends AnyRef

    A type of WebSocket frame.

  2. trait BasicFrameFormatter[A] extends FrameFormatter[A]

    A FrameFormatter that produces BasicFrames.

  3. final case class BinaryFrame(bytes: Array[Byte]) extends BasicFrame with Product with Serializable

    A binary WebSocket frame.

  4. final case class TextFrame(text: String) extends BasicFrame with Product with Serializable

    A text WebSocket frame.

Value Members

  1. object BasicFrameFormatter

Ungrouped