WSConnectionHighLevel
- Source:
- WSClient.scala
Value members
Abstract methods
Wait for a websocket frame to be received. Returns None
if the receiving side is closed.
Fragmentation is handled automatically, the last
attribute can be ignored.
Wait for a websocket frame to be received. Returns None
if the receiving side is closed.
Fragmentation is handled automatically, the last
attribute can be ignored.
- Source:
- WSClient.scala
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.
- Source:
- WSClient.scala
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.
- Source:
- WSClient.scala
Concrete methods
A stream of the incoming websocket frames.
A stream of the incoming websocket frames.
- Source:
- WSClient.scala
Send a single websocket binary frame. The sending side of this connection has to be open.
Send a single websocket binary frame. The sending side of this connection has to be open.
- Source:
- WSClient.scala
A Pipe
which sends websocket frames and emits a ()
for each chunk sent.
A Pipe
which sends websocket frames and emits a ()
for each chunk sent.
- Source:
- WSClient.scala
Send a single websocket text frame. The sending side of this connection has to be open.
Send a single websocket text frame. The sending side of this connection has to be open.
- Source:
- WSClient.scala