Package io.socket.parser
Interface Parser
- All Known Implementing Classes:
IOParser
public interface Parser
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Packet type `ack`.static final int
Packet type `binary ack`.static final int
Packet type `binary event`.static final int
Packet type `connect`.static final int
Packet type `error`.static final int
Packet type `disconnect`.static final int
Packet type `event`.static final int
static final String[]
Packet types.
-
Field Details
-
CONNECT
static final int CONNECTPacket type `connect`.- See Also:
-
DISCONNECT
static final int DISCONNECTPacket type `disconnect`.- See Also:
-
EVENT
static final int EVENTPacket type `event`.- See Also:
-
ACK
static final int ACKPacket type `ack`.- See Also:
-
CONNECT_ERROR
static final int CONNECT_ERRORPacket type `error`.- See Also:
-
BINARY_EVENT
static final int BINARY_EVENTPacket type `binary event`.- See Also:
-
BINARY_ACK
static final int BINARY_ACKPacket type `binary ack`.- See Also:
-
protocol
static final int protocol- See Also:
-
types
Packet types.
-