WebSocketResponseAs

sttp.client3.WebSocketResponseAs
sealed trait WebSocketResponseAs[T, -R] extends ResponseAs[T, R]

Attributes

Graph
Supertypes
trait ResponseAs[T, R]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ResponseAs
def show: String

Attributes

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

Attributes

Inherited from:
ResponseAs