public class Protocol$
extends java.lang.Object
INTERNAL API
Modifier and Type | Field and Description |
---|---|
static Protocol$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Protocol$() |
Modifier and Type | Method and Description |
---|---|
int |
FIN_MASK() |
int |
FLAGS_MASK() |
int |
LENGTH_MASK() |
int |
MASK_MASK() |
int |
OP_MASK() |
int |
RSV1_MASK() |
int |
RSV2_MASK() |
int |
RSV3_MASK() |
public static final Protocol$ MODULE$
public final int FIN_MASK()
public final int RSV1_MASK()
public final int RSV2_MASK()
public final int RSV3_MASK()
public final int FLAGS_MASK()
public final int OP_MASK()
public final int MASK_MASK()
public final int LENGTH_MASK()