Socket IOPacket
A Socket.IO packet, as defined in the Socket.IO protocol.
Exact payload types can be checked against the reference implementation.
Inheritors
Types
Link copied to clipboard
Used during the connection to a namespace.
Link copied to clipboard
Used during the connection to a namespace.
Link copied to clipboard
Used when disconnecting from a namespace.
Link copied to clipboard
data class Event(val namespace: String, val ackId: Int?, val payload: JsonArray) : SocketIOPacket.Message
Used to send data to the other side.
Link copied to clipboard
A parent for packet types having a payload.