Packages

p

org.http4s

jdkhttpclient

package jdkhttpclient

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jdkhttpclient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait WSClient[F[_]] extends AnyRef
  2. trait WSConnection[F[_]] extends AnyRef
  3. trait WSConnectionHighLevel[F[_]] extends AnyRef
  4. sealed trait WSControlFrame extends WSFrame
  5. sealed trait WSDataFrame extends WSFrame
  6. sealed trait WSFrame extends Product with Serializable
  7. case class WSRequest(uri: Uri, headers: Headers = Headers.empty, method: Method = Method.GET) extends Product with Serializable

    A websocket request.

    A websocket request.

    uri

    The URI.

    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.

Value Members

  1. object JdkHttpClient
  2. object JdkWSClient

    A WSClient wrapper for the JDK 11+ websocket client.

    A WSClient wrapper for the JDK 11+ websocket client. It will reply to Pongs with Pings even in "low-level" mode. Custom (non-GET) HTTP methods are ignored.

  3. object WSClient
  4. object WSFrame extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped