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

    Permalink

    Blaze client implementation

  2. trait BlazeClientStage extends TailStage[ByteBuffer]

    Permalink
  3. trait ConnectionBuilder extends AnyRef

    Permalink
  4. trait ConnectionManager extends AnyRef

    Permalink
  5. abstract class Http1ClientReceiver extends Http1ClientParser with BlazeClientStage

    Permalink
  6. final class Http1ClientStage extends Http1ClientReceiver with Http1Stage

    Permalink
  7. final class Http1Support extends ConnectionBuilder with ConnectionManager

    Permalink

    Provides basic HTTP1 pipeline building

    Provides basic HTTP1 pipeline building

    Also serves as a non-recycling ConnectionManager

  8. final class PoolManager extends ConnectionManager

    Permalink

    Provides a foundation for pooling clients

Value Members

  1. object Http1ClientStage

    Permalink
  2. object PooledHttp1Client

    Permalink

    Create a HTTP1 client which will attempt to recycle connections

  3. object SimpleHttp1Client

    Permalink

    Create HTTP1 clients which will disconnect on completion of one request

  4. val defaultClient: BlazeClient

    Permalink

    Default blaze client

Inherited from AnyRef

Inherited from Any

Ungrouped