org.http4s.client.websocket
package org.http4s.client.websocket
Members list
Concise view
Type members
Classlikes
Attributes
- Companion:
- object
- Source:
- WSClient.scala
- Graph
- Supertypes
- Self type
- WSClient[F]
object WSClient
Attributes
- Companion:
- trait
- Source:
- WSClient.scala
- Graph
- 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
- Graph
- Supertypes
- Known subtypes
- trait WSClient[F]
- Self type
Attributes
- Source:
- WSClient.scala
- Graph
- Supertypes
- Self type
- WSConnection[F]
Attributes
- Source:
- WSClient.scala
- Graph
- Supertypes
- Self type
Attributes
- Source:
- WSClient.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- WSClient.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Companion:
- object
- Source:
- WSClient.scala
- Graph
- Supertypes
- Known subtypes
object WSFrame
Attributes
- Companion:
- trait
- Source:
- WSClient.scala
- Graph
- Supertypes
- Self type
- WSFrame.type
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
object WSRequest
Attributes
- Companion:
- class
- Source:
- WSClient.scala
- Graph
- Supertypes
- Self type
- WSRequest.type