Package

org.http4s.client

blaze

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait BlazeConnection extends TailStage[ByteBuffer] with Connection

    Permalink
  2. final class Http1Connection extends Http1Stage with BlazeConnection

    Permalink

Value Members

  1. object BlazeClient

    Permalink

    Blaze client implementation

  2. object ClientTimeoutStage

    Permalink
  3. object Http1Connection

    Permalink
  4. object Http1Support

    Permalink
  5. object PooledHttp1Client

    Permalink

    Create a HTTP1 client which will attempt to recycle connections

  6. object SimpleHttp1Client

    Permalink

    Create HTTP1 clients which will disconnect on completion of one request

  7. val defaultClient: Client

    Permalink

    Default blaze client

    Default blaze client

    This client will create a new connection for every request.

Inherited from AnyRef

Inherited from Any

Ungrouped