ResponseAsWebSocketUnsafe

sttp.client3.ResponseAsWebSocketUnsafe
case class ResponseAsWebSocketUnsafe[F[_]]() extends WebSocketResponseAs[WebSocket[F], Effect[F] & WebSockets]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WebSocketResponseAs[WebSocket[F], Effect[F] & WebSockets]
trait ResponseAs[WebSocket[F], Effect[F] & WebSockets]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def show: String

Attributes

Definition Classes

Inherited methods

def map[T2](f: WebSocket[F] => T2): ResponseAs[T2, R]

Attributes

Inherited from:
ResponseAs
def mapWithMetadata[T2](f: (WebSocket[F], ResponseMetadata) => T2): ResponseAs[T2, R]

Attributes

Inherited from:
ResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showAs(s: String): ResponseAs[T, R]

Attributes

Inherited from:
ResponseAs