JSWebSocketClient

spice.http.client.JSWebSocketClient
class JSWebSocketClient(url: URL) extends WebSocket

Attributes

Graph
Supertypes
trait WebSocket
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def connect(): IO[ConnectionStatus]

Attributes

Definition Classes
WebSocket
override def disconnect(): Unit

Attributes

Definition Classes
WebSocket

Inherited fields

protected val _status: Var[ConnectionStatus]

Attributes

Inherited from:
WebSocket
val error: Channel[Throwable]

Attributes

Inherited from:
WebSocket
val receive: WebSocketChannels

Attributes

Inherited from:
WebSocket
val send: WebSocketChannels

Attributes

Inherited from:
WebSocket
val status: Val[ConnectionStatus]

Attributes

Inherited from:
WebSocket