Binary

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

A binary frame with fragmentation or extension bits.

Attributes

finalFragment

flag indicating whether or not this is the last fragment

payload

a binary payload

rsv

optional extension bits

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product