A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/http/websocket/package.html below:

websocket - play.api.http.websocket

  • case class BinaryMessage(data: ByteString) extends Message with Product with Serializable

    A binary message.

  • case class CloseMessage(statusCode: Option[Int] = Some(CloseCodes.Regular), reason: String = "") extends Message with Product with Serializable

    A close message.

  • sealed trait Message extends AnyRef

    A WebSocket message.

  • case class PingMessage(data: ByteString) extends Message with Product with Serializable

    A ping message.

  • case class PongMessage(data: ByteString) extends Message with Product with Serializable

    A pong message.

  • case class TextMessage(data: String) extends Message with Product with Serializable

    A text message.

  • case class WebSocketCloseException(message: CloseMessage) extends RuntimeException with Product with Serializable

    An exception that, if thrown by a WebSocket source, will cause the WebSocket to be closed with the given close message.


  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4