Registry

scamper.http.websocket.Opcode.Registry
object Registry

Contains registered WebSocket opcodes.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Registry.type

Members list

Value members

Concrete fields

val Binary: Opcode

2 – Binary Frame

2 – Binary Frame

Attributes

val Close: Opcode

8 – Close Frame

8 – Close Frame

Attributes

0 – Continuation Frame

0 – Continuation Frame

Attributes

val Ping: Opcode

9 – Ping Frame

9 – Ping Frame

Attributes

val Pong: Opcode

10 – Pong Frame

10 – Pong Frame

Attributes

val Text: Opcode

1 – Text Frame

1 – Text Frame

Attributes