Text

case class Text(payload: String, finalFragment: Boolean, rsv: Option[Int]) extends Data[String]

A text frame with fragmentation or extension bits.

A text frame with fragmentation or extension bits.

Value Params
finalFragment

flag indicating whether or not this is the final fragment

payload

a text fragment.

rsv

optional extension bits

trait Serializable
trait Product
trait Equals
trait Data[String]
class Object
trait Matchable
class Any

Value members

Inherited methods

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