org.http4s.client.websocket
package org.http4s.client.websocket
Members list
Type members
Classlikes
trait WSClient[F[_]] extends WSClientHighLevel[F]
Attributes
- Companion
- object
- Source
- WSClient.scala
- Supertypes
- Self type
-
WSClient[F]
object WSClient
Attributes
- Companion
- trait
- Source
- WSClient.scala
- Supertypes
- Self type
-
WSClient.type
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
- Known subtypes
-
trait WSClient[F]
- Self type
Attributes
- Source
- WSClient.scala
- Supertypes
- Self type
-
WSConnection[F]
Attributes
- Source
- WSClient.scala
- Supertypes
- Self type
sealed trait WSControlFrame extends WSFrame
Attributes
- Source
- WSClient.scala
- Supertypes
-
trait WSFrametrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed trait WSDataFrame extends WSFrame
Attributes
- Source
- WSClient.scala
- Supertypes
-
trait WSFrametrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed trait WSFrame extends Product, Serializable
Attributes
- Companion
- object
- Source
- WSClient.scala
- Supertypes
- Known subtypes
-
trait WSControlFrameclass Closeclass Pingclass Pongtrait WSDataFrameclass Binaryclass TextShow all
object WSFrame
Attributes
- Companion
- trait
- Source
- WSClient.scala
- Supertypes
- Self type
-
WSFrame.type
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
object WSRequest
Attributes
- Companion
- class
- Source
- WSClient.scala
- Supertypes
- Self type
-
WSRequest.type
In this article