org.http4s.client

blaze

package blaze

Linear Supertypes
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. final class BlazeClient extends Client

    Blaze client implementation

  2. trait BlazeClientStage extends TailStage[ByteBuffer]

  3. trait ConnectionBuilder extends AnyRef

  4. trait ConnectionManager extends AnyRef

  5. abstract class Http1ClientReceiver extends Http1ClientParser with BlazeClientStage

  6. final class Http1ClientStage extends Http1ClientReceiver with Http1Stage

  7. final class Http1Support extends ConnectionBuilder with ConnectionManager

    Provides basic HTTP1 pipeline building

  8. final class PoolManager extends ConnectionManager

    Provides a foundation for pooling clients

Value Members

  1. object Http1ClientStage

  2. object PooledHttp1Client

    Create a HTTP1 client which will attempt to recycle connections

  3. object SimpleHttp1Client

    Create HTTP1 clients which will disconnect on completion of one request

  4. val defaultClient: BlazeClient

    Default blaze client

Inherited from AnyRef

Inherited from Any

Ungrouped