JsonWebSocket

trait JsonWebSocket extends WebSocketBase[Json]
trait WebSocketBase[Json]
class Object
trait Matchable
class Any

Value members

Inherited methods

def close(): Unit
Inherited from
WebSocketBase
def connect(): Future[Unit]
Returns

a future that completes when the connection has successfully been established

Inherited from
WebSocketBase
def onClose(): Unit
Inherited from
WebSocketBase
def onError(t: Exception): Unit
Inherited from
WebSocketBase
def onMessage(json: Json): Unit
Inherited from
WebSocketBase
def send(json: Json): Try[Unit]
Inherited from
WebSocketBase