org.http4s.blaze.http.client

HttpClient

object HttpClient extends HttpClient with ClientActions

The default client is 'connection per request'

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpClient
  2. ClientActions
  3. HttpClient
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def GET[A](url: String, headers: Seq[(String, String)] = Nil, timeout: Duration = Duration.Inf)(action: (ClientResponse) ⇒ Future[A])(implicit ec: ExecutionContext = Execution.trampoline): Future[A]

    Perform a GET request

    Perform a GET request

    url

    request URL

    headers

    headers to attach to the request

    timeout

    quiet timeout duration

    action

    continuation with which to handle the request

    ec

    ExecutionContext on which to run the request

    Definition Classes
    ClientActions
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def closeConnection(stage: HttpClientStage): Unit

    Attributes
    protected
    Definition Classes
    HttpClientHttpClient
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getConnection(host: String, port: Int, scheme: String, timeout: Duration): Future[HttpClientStage]

    Attributes
    protected
    Definition Classes
    HttpClientHttpClient
  15. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  20. def returnConnection(stage: HttpClientStage): Unit

    Attributes
    protected
    Definition Classes
    HttpClientHttpClient
  21. def runReq[A](method: String, url: String, headers: Seq[(String, String)], body: ByteBuffer, timeout: Duration)(action: (ClientResponse) ⇒ Future[A])(implicit ec: ExecutionContext): Future[A]

    Execute a request.

    Execute a request. This is the entry method for client usage

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

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClientActions

Inherited from HttpClient

Inherited from AnyRef

Inherited from Any

Ungrouped