WSFrame

object WSFrame
Companion:
class
Source:
WSClient.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
WSFrame.type

Type members

Classlikes

final case class Binary(data: ByteVector, last: Boolean) extends WSDataFrame
final case class Close(statusCode: Int, reason: String) extends WSControlFrame
final case class Ping(data: ByteVector) extends WSControlFrame
final case class Pong(data: ByteVector) extends WSControlFrame
final case class Text(data: String, last: Boolean) extends WSDataFrame

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala