Package-level declarations
Types
Link copied to clipboard
object EngineIO
The Engine.IO decoder, following the Engine.IO protocol.
Link copied to clipboard
An Engine.IO packet, as defined in the Engine.IO protocol.
Link copied to clipboard
An exception thrown when encoded data doesn't represent a valid Engine.IO packet as defined by the Engine.IO protocol.
Link copied to clipboard
class InvalidSocketIOPacketException(val encodedData: String, message: String, cause: Throwable? = null) : Exception
An exception thrown when some encoded data doesn't represent a valid Socket.IO packet as defined by the Socket.IO protocol.
Link copied to clipboard
Link copied to clipboard
object SocketIO
The Socket.IO decoder, following the Socket.IO protocol.
Link copied to clipboard
A Socket.IO packet, as defined in the Socket.IO protocol.