Packages

package ws

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait WebSocket[F[_]] extends AnyRef

    The send and receive methods may result in a failed effect, with either one of sttp.model.ws.WebSocketException exceptions, or a backend-specific exception.

  2. sealed trait WebSocketEvent extends AnyRef
  3. case class WebSocketResponse[WS_RESULT](headers: Headers, result: WS_RESULT) extends Product with Serializable

    headers

    The headers returned after establishing the websocket.

    result

    The websocket-handler and backend-specific result value, returned after establishing the websocket.

Value Members

  1. object WebSocketEvent

Ungrouped