| Interface | Description |
|---|---|
| IPacket |
Socket.io packet is a message protocol unit that wired between socket.io client to socket.io server
|
| Class | Description |
|---|---|
| AbstractPacket | |
| ConnectPacket |
According to socket.io spec Connect packet is sent to socket.io client after handshake.
|
| Event | |
| Packet | |
| PacketsFrame |
| Enum | Description |
|---|---|
| ErrorAdvice | |
| ErrorReason | |
| PacketType |
Socket.IO packet type.
|
Copyright © 2012–2016. All rights reserved.