flutter_io_socket library

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
OptionBuilder
Option Builder to help developer to construct an options map.
PacketParser
Socket
Socket constructor.
WTF8

Enums

PacketType

Extensions

DartySocket on Socket
Default event listeners for dart way API.

Constants

ACK → const int
BINARY_ACK → const int
BINARY_EVENT → const int
CONNECT → const int
DISCONNECT → const int
ERROR → const int
EVENT → const int
EVENTS → const List
Internal events (blacklisted). These events can't be emitted by the user.
PacketTypeList → const List<String?>
PacketTypeMap → const Map<String, int>

Properties

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

Functions

error() Map
io(dynamic uri, [dynamic opts]) Socket
Looks up an existing Manager for multiplexing. If the user summons: