org.http4s.client.websocket

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

Companion:
trait
Source:
WSClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait WSClient[F]
Self type
trait WSConnection[F[_]]

Attributes

Source:
WSClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

Source:
WSClient.scala
Graph
Supertypes
trait WSFrame
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class Binary
class Text
sealed trait WSFrame extends Product with Serializable

Attributes

Companion:
object
Source:
WSClient.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class Close
class Ping
class Pong
class Binary
class Text
object WSFrame

Attributes

Companion:
trait
Source:
WSClient.scala
Graph
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.

Attributes

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.

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

Attributes

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