Unspecified

korolev.http.protocol.WebSocketProtocol$.Frame$.Unspecified
final case class Unspecified[B](fin: Boolean, opcode: Int, payload: B)(implicit evidence$5: 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): Unspecified[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product