korolev.http.protocol.WebSocketProtocol$.Frame$
See theFrame companion trait
object Frame
Attributes
Members list
Type members
Classlikes
case object ConnectionClose extends Frame[Nothing], Merged[Nothing], Control[Nothing]
Attributes
- Supertypes
- Self type
-
ConnectionClose.type
final case class Continuation[B](payload: B, fin: Boolean) extends Frame[B]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Frame[B]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
- Known subtypes
Attributes
- Supertypes
- Known subtypes
-
class Binary[B]object ConnectionClose.typetrait Control[B]object Ping.typeobject Pong.typeclass Text[B]class Unspecified[B]Show all
final case class Unspecified[B](fin: Boolean, opcode: Int, payload: B)(implicit evidence$5: BytesLike[B]) extends Merged[B]
In this article