Message

play.api.http.websocket.Message
sealed trait Message

A WebSocket message.

This is a high level API intended for common simple use cases. It allows handling and sending of full WebSocket messages, as well as close and ping/pong messages. It will buffer fragmented messages up until a limit, and does not allow streaming in fragments.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article