| Package | Description |
|---|---|
| org.smallmind.web.websocket |
| Modifier and Type | Method and Description |
|---|---|
static OpCode |
OpCode.convert(byte singleByte) |
OpCode |
Fragment.getOpCode() |
static OpCode |
OpCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpCode[] |
OpCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Fragment(boolean fin,
OpCode opCode,
byte[] message) |
Copyright © 2017. All rights reserved.