Package

sttp

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 WebSocketException exceptions, or a backend-specific exception.

    The send* and receive* methods may result in a failed effect, with either one of WebSocketException exceptions, or a backend-specific exception. Specifically, they will fail with WebSocketClosed if the web socket is closed.

    See the either and eitherClose method to lift web socket closed events to the value level.

  2. case class WebSocketBufferFull(capacity: Int) extends WebSocketException with Product with Serializable

    Permalink
  3. case class WebSocketClosed(frame: Option[Close]) extends WebSocketException with Product with Serializable

    Permalink

    frame

    The received closing frame, if available.

  4. abstract class WebSocketException extends Exception

    Permalink
  5. sealed trait WebSocketFrame extends AnyRef

    Permalink

Value Members

  1. object WebSocketFrame

    Permalink
  2. package testing

    Permalink

Ungrouped