Text

sttp.ws.WebSocketFrame$.Text
case class Text(payload: String, finalFragment: Boolean, rsv: Option[Int]) extends Data[String]

A text frame with fragmentation or extension bits.

Value parameters

finalFragment

flag indicating whether or not this is the final fragment

payload

a text fragment.

rsv

optional extension bits

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Data[String]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product