org.http4s.client.blaze

SimpleHttp1Client

object SimpleHttp1Client extends SimpleHttp1Client

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleHttp1Client
  2. SimpleHttp1Client
  3. Http1SSLSupport
  4. Http1Support
  5. BlazeClient
  6. Client
  7. PipelineBuilder
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AddressResult = \/[Throwable, InetSocketAddress]

    Definition Classes
    Http1Support
  2. case class PipelineResult(builder: LeafBuilder[ByteBuffer], tail: BlazeClientStage) extends Product with Serializable

    Attributes
    protected
    Definition Classes
    PipelineBuilder

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def buildPipeline(req: Request, closeOnFinish: Boolean): PipelineResult

    Attributes
    protected
    Definition Classes
    Http1SSLSupportHttp1SupportPipelineBuilder
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val connectionManager: ClientChannelFactory

    Attributes
    protected
    Definition Classes
    SimpleHttp1Client
  8. final def decode[A](req: Request)(onResponse: (Response) ⇒ EntityDecoder[A]): Task[Result[A]]

    Definition Classes
    Client
  9. final def decode[A](req: Task[Request])(onResponse: (Response) ⇒ EntityDecoder[A]): Task[Result[A]]

    Definition Classes
    Client
  10. implicit def ec: ExecutionContext

    Attributes
    protected
    Definition Classes
    SimpleHttp1ClientHttp1SSLSupportHttp1SupportBlazeClient
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAddress(req: Request): AddressResult

    Attributes
    protected
    Definition Classes
    Http1SSLSupportHttp1SupportPipelineBuilder
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getClient(req: Request, fresh: Boolean): Future[BlazeClientStage]

    Get a connection to the provided address

    Get a connection to the provided address

    fresh

    if the client should force a new connection

    returns

    a Future with the connected BlazeClientStage of a blaze pipeline

    Attributes
    protected
    Definition Classes
    SimpleHttp1ClientBlazeClient
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def prepare(req: Request): Task[Response]

    Definition Classes
    BlazeClient → Client
  23. final def prepare(req: Task[Request]): Task[Response]

    Definition Classes
    Client
  24. def prepare(req: String): Task[Response]

    Definition Classes
    Client
  25. def prepare(req: Uri): Task[Response]

    Definition Classes
    Client
  26. def recycleClient(request: Request, stage: BlazeClientStage): Unit

    Recycle or close the connection Allow for smart reuse or simple closing of a connection after the completion of a request

    Recycle or close the connection Allow for smart reuse or simple closing of a connection after the completion of a request

    request

    Request to connect too

    stage

    the BlazeClientStage which to deal with

    Attributes
    protected
    Definition Classes
    BlazeClient
  27. def shutdown(): Task[Unit]

    Shutdown this client, closing any open connections and freeing resources

    Shutdown this client, closing any open connections and freeing resources

    Definition Classes
    SimpleHttp1Client → Client
  28. lazy val sslContext: SSLContext

    The sslContext which will generate SSL engines for the pipeline Override to provide more specific SSL managers

    The sslContext which will generate SSL engines for the pipeline Override to provide more specific SSL managers

    Attributes
    protected
    Definition Classes
    Http1SSLSupport
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SimpleHttp1Client

Inherited from Http1SSLSupport

Inherited from Http1Support

Inherited from BlazeClient

Inherited from Client

Inherited from PipelineBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped