public interface Parser
Modifier and Type | Interface and Description |
---|---|
static interface |
Parser.Decoder |
static interface |
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 |
CONNECT_ERROR
Packet type `error`.
|
static int |
DISCONNECT
Packet type `disconnect`.
|
static int |
EVENT
Packet type `event`.
|
static int |
protocol |
static String[] |
types
Packet types.
|
static final int CONNECT
static final int DISCONNECT
static final int EVENT
static final int ACK
static final int CONNECT_ERROR
static final int BINARY_EVENT
static final int BINARY_ACK
static final int protocol
static final String[] types
Copyright © 2022. All rights reserved.