Frame

object Frame
Companion:
class
class Object
trait Matchable
class Any
Frame.type

Type members

Classlikes

final case class Binary[B](payload: B, fin: Boolean)(implicit evidence$6: BytesLike[B]) extends Merged[B]
case object ConnectionClose extends Frame[Nothing] with Merged[Nothing] with Control[Nothing]
final case class Continuation[B](payload: B, fin: Boolean) extends Frame[B]
sealed trait Control[B] extends Frame[B] with Merged[B]
sealed trait Merged[B] extends Frame[B]
case object Ping extends Frame[Nothing] with Merged[Nothing] with Control[Nothing]
case object Pong extends Frame[Nothing] with Merged[Nothing] with Control[Nothing]
final case class Text[B](payload: B, fin: Boolean)(implicit evidence$7: BytesLike[B]) extends Merged[B]
final case class Unspecified[B](fin: Boolean, opcode: Int, payload: B)(implicit evidence$5: BytesLike[B]) extends Merged[B]