WebSocketFrame

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Binary(bytes: Chunk[Byte]) extends WebSocketFrame
Companion:
object
object Binary
Companion:
class
final case class Close(status: Int, reason: Option[String]) extends WebSocketFrame
case class Continuation(buffer: ByteBuf) extends WebSocketFrame
Companion:
object
Companion:
class
case object Ping extends WebSocketFrame
case object Pong extends WebSocketFrame
case class Text(text: String) extends WebSocketFrame
Companion:
object
object Text
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def binary(bytes: Chunk[Byte]): WebSocketFrame
def close(status: Int, reason: Option[String]): WebSocketFrame
def continuation(chunks: ByteBuf): WebSocketFrame
def fromJFrame(jFrame: WebSocketFrame): Option[WebSocketFrame]
def text(string: String): WebSocketFrame
def toJFrame(frame: WebSocketFrame): WebSocketFrame