Binary

korolev.http.protocol.WebSocketProtocol$.Frame$.Binary
final case class Binary[B](payload: B, fin: Boolean)(implicit evidence$6: BytesLike[B]) extends Merged[B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Merged[B]
trait Frame[B]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def append(data: B, fin: Boolean): Binary[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

final val opcode: 2