|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.nkzawa.socketio.parser.Parser
public class Parser
| Nested Class Summary | |
|---|---|
static class |
Parser.Decoder
|
static class |
Parser.Encoder
|
| Field Summary | |
|---|---|
static int |
ACK
Packet type `ack`. |
static int |
BINARY_ACK
Packet type `binary ack`. |
static int |
BINARY_EVENT
Packet type `binary event`. |
static int |
CONNECT
Packet type `connect`. |
static int |
DISCONNECT
Packet type `disconnect`. |
static int |
ERROR
Packet type `error`. |
static int |
EVENT
Packet type `event`. |
static int |
protocol
|
static String[] |
types
Packet types. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CONNECT
public static final int DISCONNECT
public static final int EVENT
public static final int ACK
public static final int ERROR
public static final int BINARY_EVENT
public static final int BINARY_ACK
public static int protocol
public static String[] types
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||