public static class Protocol.Opcode$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Protocol.Opcode$.AbstractOpcode |
static class |
Protocol.Opcode$.Binary$ |
static class |
Protocol.Opcode$.Close$ |
static class |
Protocol.Opcode$.Continuation$ |
static class |
Protocol.Opcode$.Other |
static class |
Protocol.Opcode$.Other$ |
static class |
Protocol.Opcode$.Ping$ |
static class |
Protocol.Opcode$.Pong$ |
static class |
Protocol.Opcode$.Text$ |
Modifier and Type | Field and Description |
---|---|
static Protocol.Opcode$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Opcode$() |
Modifier and Type | Method and Description |
---|---|
Protocol.Opcode |
forCode(byte code) |
public static final Protocol.Opcode$ MODULE$
public Protocol.Opcode forCode(byte code)