Trait

org.http4s.blaze.http.HttpClientSession

ReleaseableResponse

Related Doc: package HttpClientSession

Permalink

trait ReleaseableResponse extends ClientResponse

ClientResponse that can be released

Linear Supertypes
ClientResponse, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReleaseableResponse
  2. ClientResponse
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def release(): Unit

    Permalink

    Releases the resources associated with this dispatch

    Releases the resources associated with this dispatch

    This may entail closing the connection or returning it to a connection pool, depending on the client implementation and the state of the session responsible for dispatching the associated request.

    Note

    release() must be idempotent and never throw an exception, otherwise the session will be corrupted.

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. val body: BodyReader

    Permalink

    BodyReader used to consume the response body.

    BodyReader used to consume the response body.

    Definition Classes
    ClientResponse
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val code: Int

    Permalink

    Response code

    Response code

    Definition Classes
    ClientResponse
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val headers: Headers

    Permalink

    Response headers

    Response headers

    Definition Classes
    ClientResponse
  12. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val status: String

    Permalink

    Response message.

    Response message. This have no meaning for the HTTP connection, its just for human enjoyment.

    Definition Classes
    ClientResponse
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClientResponse

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped