org.http4s.client.websocket

Members list

Type members

Classlikes

trait WSClient[F[_]] extends WSClientHighLevel[F]

Attributes

Companion
object
Source
WSClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object WSClient

Attributes

Companion
trait
Source
WSClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
WSClient.type
trait WSClientHighLevel[F[_]]

A websocket client capable of establishing "high level" connections.

A websocket client capable of establishing "high level" connections.

Attributes

See also

WSClient for a client also capable of "low-level" connections

Source
WSClient.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait WSClient[F]
Self type
trait WSConnection[F[_]]

Attributes

Source
WSClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait WSConnectionHighLevel[F[_]]

Attributes

Source
WSClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait WSControlFrame extends WSFrame

Attributes

Source
WSClient.scala
Supertypes
trait WSFrame
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Close
class Ping
class Pong
sealed trait WSDataFrame extends WSFrame

Attributes

Source
WSClient.scala
Supertypes
trait WSFrame
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Binary
class Text
sealed trait WSFrame extends Product, Serializable

Attributes

Companion
object
Source
WSClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Close
class Ping
class Pong
trait WSDataFrame
class Binary
class Text
Show all
object WSFrame

Attributes

Companion
trait
Source
WSClient.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
WSFrame.type
sealed abstract class WSRequest

A websocket request.

A websocket request.

Value parameters

headers

The headers to send. Put your Sec-Websocket-Protocol headers here if needed. Some websocket clients reject other WS-specific headers.

method

The method of the intial HTTP request. Ignored by some clients.

uri

The URI.

Attributes

Companion
object
Source
WSClient.scala
Supertypes
class Object
trait Matchable
class Any
object WSRequest

Attributes

Companion
class
Source
WSClient.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
WSRequest.type