ResponseAsWebSocketStream

sttp.client4.ResponseAsWebSocketStream
case class ResponseAsWebSocketStream[S, Pipe[_, _]](s: Streams[S], p: Pipe[Data[_], WebSocketFrame]) extends GenericWebSocketResponseAs[Unit, S & WebSockets]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericWebSocketResponseAs[Unit, S & WebSockets]
trait GenericResponseAs[Unit, S & 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: Unit => T2): GenericResponseAs[T2, S & WebSockets]

Attributes

Inherited from:
GenericResponseAs
def mapWithMetadata[T2](f: (Unit, ResponseMetadata) => T2): GenericResponseAs[T2, S & WebSockets]

Attributes

Inherited from:
GenericResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showAs(s: String): GenericResponseAs[Unit, S & WebSockets]

Attributes

Inherited from:
GenericResponseAs