socket_io_common_flutter library
socket_io_common_flutter.dart
Purpose:
Description:
History: 20/11/2018, Created by jumperchen
Copyright (C) 2018 Potix Corporation. All Rights Reserved.
Classes
- Binary
- 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
- PacketParser
- PacketParser3
- WTF8
- wtf8.dart
Enums
Constants
- ACK → const int
- BINARY_ACK → const int
- BINARY_EVENT → const int
- CONNECT → const int
- CONNECT_ERROR → const int
- DISCONNECT → const int
- EVENT → const int
-
PacketTypeList
→ const List<
String?> -
PacketTypeMap
→ const Map<
String, int>