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.

  2. class WebSocketBufferFull extends WebSocketException

    Permalink
  3. class WebSocketClosed extends WebSocketException

    Permalink
  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