WebsocketClientImpl

abstract class WebsocketClientImpl(url: String) extends WebsocketBase
class Object
trait Matchable
class Any

Value members

Concrete methods

def close(): Unit
def connect(): Unit
def isClosed(): Boolean
def send(value: String): Boolean
def send(value: Array[Byte]): Boolean

Inherited methods

def onClose(code: Int, reason: String): Unit
Inherited from:
WebsocketBase
def onError(ex: Exception): Unit
Inherited from:
WebsocketBase
def onMessage(message: Array[Byte]): Unit
Inherited from:
WebsocketBase
def onMessage(message: String): Unit
Inherited from:
WebsocketBase
def onOpen(): Unit
Inherited from:
WebsocketBase