WSConnection
class Object
trait Matchable
class Any
Value members
Abstract methods
Wait for a single websocket frame to be received. Returns None
if the receiving side is closed.
Wait for a single websocket frame to be received. Returns None
if the receiving side is closed.
Send a single websocket frame. The sending side of this connection has to be open.
Send a single websocket frame. The sending side of this connection has to be open.
Send multiple websocket frames. Equivalent to multiple send
calls, but at least as fast.
Send multiple websocket frames. Equivalent to multiple send
calls, but at least as fast.