Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Socket(endpoint: String, config: SocketOptions? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SocketOptions(val queryParams: Map<String, String>?, val transport: SocketOptions.Transport = DEFAULT)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val EVENT_ERROR: String
Link copied to clipboard
Link copied to clipboard
const val EVENT_PING: String
Link copied to clipboard
const val EVENT_PONG: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard