| Package | Description |
|---|---|
| org.tio.websocket.common |
| Modifier and Type | Method and Description |
|---|---|
Opcode |
WsPacket.getWsOpcode() |
static Opcode |
Opcode.valueOf(byte code) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WsPacket.setWsOpcode(Opcode wsOpcode) |
Copyright © 2021. All rights reserved.