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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Definition Classes
    Client
  12. implicit def ec: ExecutionContext

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. 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
  19. def hashCode(): Int

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

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

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

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

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

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

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

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

    Definition Classes
    Client
  28. 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
  29. 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
  30. 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
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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