public class EIOPacket extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE |
static String[] |
ENGINE_TYPES |
static int |
MESSAGE |
static int |
NOOP |
static int |
OPEN |
static int |
PING |
static int |
PONG |
static int |
UPGRADE |
Constructor and Description |
---|
EIOPacket() |
EIOPacket(int engineType,
SIOPacket socketIOPacket) |
EIOPacket(int engineType,
String data) |
Modifier and Type | Method and Description |
---|---|
String |
getData() |
int |
getEngineType() |
void |
setData(String data) |
void |
setEngineType(int engineType) |
public static final int OPEN
public static final int CLOSE
public static final int PING
public static final int PONG
public static final int MESSAGE
public static final int UPGRADE
public static final int NOOP
public static final String[] ENGINE_TYPES
Copyright © 2020 Voovan. All rights reserved.