MessageFlowTransformer

play.api.mvc.WebSocket.MessageFlowTransformer
See theMessageFlowTransformer companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Converts messages to/from a JSON high level object.

Converts messages to/from a JSON high level object.

If the input messages fail to be parsed, the WebSocket will be closed with an 1003 close code and the parse error serialised to JSON.

Attributes

Implicits

Implicits

Converts binary messages to/from byte arrays.

Converts binary messages to/from byte arrays.

Attributes

Converts binary messages to/from ByteStrings.

Converts binary messages to/from ByteStrings.

Attributes

Converts messages to/from JsValue

Converts messages to/from JsValue

Attributes

Converts text messages to/from Strings.

Converts text messages to/from Strings.

Attributes