Package

sttp.client

ws

Permalink

package ws

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink
  3. case class WebSocketResponse[WS_RESULT](headers: Headers, result: WS_RESULT) extends Product with Serializable

    Permalink

    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

    Permalink
  2. package internal

    Permalink

Ungrouped