sttp.ws.WebSocketFrame$
See theWebSocketFrame companion trait
object WebSocketFrame
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- WebSocketFrame.type
Members list
Concise view
Type members
Classlikes
A binary frame with fragmentation or extension bits.
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
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Controltrait WebSocketFrameclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- Known subtypes
Attributes
- Graph
- Supertypes
- Known subtypes
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Controltrait WebSocketFrameclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Controltrait WebSocketFrameclass Objecttrait Matchableclass Any
A text frame with fragmentation or extension bits.
A text frame with fragmentation or extension bits.
Attributes
- finalFragment
flag indicating whether or not this is the final fragment
- payload
a text fragment.
- rsv
optional extension bits
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Data[String]trait WebSocketFrameclass Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror