v3/socket_io_common/src/parser/parser library

parser.dart

Purpose:

Description:

History: 20/02/2017, Created by jumperchen

Copyright (C) 2017 Potix Corporation. All Rights Reserved.

Classes

BinaryReconstructor
A manager of a binary event's 'buffer sequence'. Should be constructed whenever a packet of type BINARY_EVENT is decoded.
Decoder
A socket.io Decoder instance
Encoder

Constants

ACK → const int
BINARY_ACK → const int
BINARY_EVENT → const int
CONNECT → const int
DISCONNECT → const int
ERROR → const int
EVENT → const int

Properties

PacketTypes List<String?>
A socket.io Encoder instance
getter/setter pair

Functions

error() Map