WSConnection
org.http4s.client.websocket.WSConnection
Attributes
- Source:
- WSClient.scala
- Graph
- Supertypes
- Self type
- WSConnection[F]
Members list
Concise view
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.
Attributes
- 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.
Attributes
- 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.
Attributes
- Source:
- WSClient.scala
The negotiated subprotocol, if any.
Concrete methods
Attributes
- Source:
- WSClient.scala
A stream of the incoming websocket frames.
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.
Attributes
- Source:
- WSClient.scala