Package io.socket.parser
Interface Parser
- All Known Implementing Classes:
IOParser
public interface Parser
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPacket type `ack`.static final intPacket type `binary ack`.static final intPacket type `binary event`.static final intPacket type `connect`.static final intPacket type `error`.static final intPacket type `disconnect`.static final intPacket type `event`.static final intstatic 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.
-