BinaryMessage

play.api.http.websocket.BinaryMessage
case class BinaryMessage(data: ByteString) extends Message

A binary message.

Value parameters

data

The data of the binary message.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product