s_socket_io_common library

socket_io_common.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
WTF8
wtf8.dart

Enums

PacketType

Constants

ACK → const int
BINARY_ACK → const int
BINARY_EVENT → const int
CONNECT → const int
DISCONNECT → const int
ERROR → const int
EVENT → const int
PacketTypeList → const List<String?>
PacketTypeMap → const Map<String, int>

Properties

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

Functions

error() Map