Binary

case class Binary(payload: Array[Byte], finalFragment: Boolean, rsv: Option[Int]) extends Data[Array[Byte]]

A binary frame with fragmentation or extension bits.

A binary frame with fragmentation or extension bits.

Value Params
finalFragment

flag indicating whether or not this is the last fragment

payload

a binary payload

rsv

optional extension bits

trait Serializable
trait Product
trait Equals
trait Data[Array[Byte]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product