org.http4s.client

blaze

package blaze

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. blaze
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class BlazeClientConfig(idleTimeout: Duration, requestTimeout: Duration, userAgent: Option[User-Agent], sslContext: Option[SSLContext], endpointAuthentication: Boolean, maxResponseLineSize: Int, maxHeaderLength: Int, maxChunkSize: Int, lenientParser: Boolean, bufferSize: Int, customExecutor: Option[ExecutorService], group: Option[AsynchronousChannelGroup]) extends Product with Serializable

    Config object for the blaze clients

Value Members

  1. object BlazeClient

    Blaze client implementation

  2. object BlazeClientConfig extends Serializable

  3. object PooledHttp1Client

    Create a HTTP1 client which will attempt to recycle connections

  4. object SimpleHttp1Client

    Create HTTP1 clients which will disconnect on completion of one request

  5. lazy val defaultClient: Client

    Default blaze client

    Default blaze client

    This client will create a new connection for every request.

Inherited from AnyRef

Inherited from Any

Ungrouped