| Package | Description |
|---|---|
| com.corundumstudio.socketio.protocol |
| Modifier and Type | Field and Description |
|---|---|
static PacketType[] |
PacketType.VALUES |
| Modifier and Type | Method and Description |
|---|---|
PacketType |
Packet.getSubType() |
PacketType |
Packet.getType() |
static PacketType |
PacketType.valueOf(int value) |
static PacketType |
PacketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PacketType |
PacketType.valueOfInner(int value) |
static PacketType[] |
PacketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Packet.setSubType(PacketType subType) |
| Constructor and Description |
|---|
Packet(PacketType type) |
Copyright © 2012–2021. All rights reserved.