Packages

case class CacheableResponse(status: CacheableHttpResponseStatus, headers: HttpHeaders, bodyParts: List[CacheableHttpResponseBodyPart], ahcConfig: AsyncHttpClientConfig) extends Response with Product with Serializable

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

Instance Constructors

  1. new CacheableResponse(status: CacheableHttpResponseStatus, headers: HttpHeaders, bodyParts: List[CacheableHttpResponseBodyPart], ahcConfig: AsyncHttpClientConfig)

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. val ahcConfig: AsyncHttpClientConfig
  5. def ahcHeaders: HttpHeaders
  6. def ahcStatus: HttpResponseStatus
  7. def ahcbodyParts: List[HttpResponseBodyPart]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bodyParts: List[CacheableHttpResponseBodyPart]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def getContentType(): String
    Definition Classes
    CacheableResponse → Response
  14. def getCookies(): List[Cookie]
    Definition Classes
    CacheableResponse → Response
  15. def getHeader(name: CharSequence): String
    Definition Classes
    CacheableResponse → Response
  16. def getHeaders(): HttpHeaders
    Definition Classes
    CacheableResponse → Response
  17. def getHeaders(name: CharSequence): List[String]
    Definition Classes
    CacheableResponse → Response
  18. def getLocalAddress(): SocketAddress
    Definition Classes
    CacheableResponse → Response
  19. def getRemoteAddress(): SocketAddress
    Definition Classes
    CacheableResponse → Response
  20. def getResponseBody(charset: Charset): String
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws(classOf[IOException])
  21. def getResponseBody(): String
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws(classOf[IOException])
  22. def getResponseBodyAsByteBuffer(): ByteBuffer
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws(classOf[IOException])
  23. def getResponseBodyAsBytes(): Array[Byte]
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws(classOf[IOException])
  24. def getResponseBodyAsStream(): InputStream
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws(classOf[IOException])
  25. def getStatusCode(): Int
    Definition Classes
    CacheableResponse → Response
  26. def getStatusText(): String
    Definition Classes
    CacheableResponse → Response
  27. def getUri(): Uri
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws(classOf[MalformedURLException])
  28. def hasResponseBody(): Boolean
    Definition Classes
    CacheableResponse → Response
  29. def hasResponseHeaders(): Boolean
    Definition Classes
    CacheableResponse → Response
  30. def hasResponseStatus(): Boolean
    Definition Classes
    CacheableResponse → Response
  31. val headers: HttpHeaders
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isRedirected(): Boolean
    Definition Classes
    CacheableResponse → Response
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. val status: CacheableHttpResponseStatus
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    CacheableResponse → Response → AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withHeaders(tuple: (String, String)*): CacheableResponse

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Response

Inherited from AnyRef

Inherited from Any

Ungrouped