| Package | Description |
|---|---|
| com.corundumstudio.socketio.parser |
| Modifier and Type | Method and Description |
|---|---|
ErrorReason |
Packet.getReason() |
static ErrorReason |
ErrorReason.valueOf(int value) |
static ErrorReason |
ErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorReason[] |
ErrorReason.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.setReason(ErrorReason reason) |
Copyright © 2012–2014. All rights reserved.