WsClient

interface WsClient

Inheritors

Functions

Link copied to clipboard
abstract fun close(status: WsStatus = NORMAL)
Link copied to clipboard
abstract fun received(): Sequence<WsMessage>
Link copied to clipboard
abstract fun send(message: WsMessage)