public class Parser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Parser.Decoder |
static class |
Parser.Encoder |
Modifier and Type | Field and Description |
---|---|
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.
|
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
Copyright © 2016. All rights reserved.