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. trait BlazeConnection extends TailStage[ByteBuffer] with Connection

  2. final class Http1Connection extends Http1Stage with BlazeConnection

Value Members

  1. object BlazeClient

    Blaze client implementation

  2. object ClientTimeoutStage

  3. object Http1Connection

  4. object Http1Support

  5. object PooledHttp1Client

    Create a HTTP1 client which will attempt to recycle connections

  6. object SimpleHttp1Client

    Create HTTP1 clients which will disconnect on completion of one request

  7. 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