WebSocketProtocol

korolev.http.protocol.WebSocketProtocol$
See theWebSocketProtocol companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object DecodingState

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DecodingState

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Begin.type
class LongLength
class Payload
class ShortLength
object Frame

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Frame.type
sealed trait Frame[+B]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConnectionClose.type
class Continuation[B]
trait Control[B]
object Ping.type
object Pong.type
trait Merged[B]
class Binary[B]
class Text[B]
class Unspecified[B]
Show all
final case class Intention(key: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Intention

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Intention.type

Value members

Concrete fields

final val GUID: "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
final val OpBinary: 2
final val OpConnectionClose: 8
final val OpContinuation: 0
final val OpPing: 9
final val OpPong: 10
final val OpText: 1