Package-level declarations

Types

Link copied to clipboard
object EngineIO

The Engine.IO decoder, following the Engine.IO protocol.

Link copied to clipboard
sealed class EngineIOPacket<out T>

An Engine.IO packet, as defined in the Engine.IO protocol.

Link copied to clipboard
class InvalidEngineIOPacketException(val encodedData: String, message: String) : Exception

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
object SocketIO

The Socket.IO decoder, following the Socket.IO protocol.

Link copied to clipboard
sealed class SocketIOPacket

A Socket.IO packet, as defined in the Socket.IO protocol.