Class/Object

play.api.libs.ws.ahc.cache

CacheableResponse

Related Docs: object CacheableResponse | package cache

Permalink

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

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

Instance Constructors

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

    Permalink

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. def ahcHeaders: HttpResponseHeaders

    Permalink
  5. def ahcStatus: HttpResponseStatus

    Permalink
  6. def ahcbodyParts: List[HttpResponseBodyPart]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val bodyParts: List[CacheableHttpResponseBodyPart]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getContentType(): String

    Permalink
    Definition Classes
    CacheableResponse → Response
  14. def getCookies(): List[Cookie]

    Permalink
    Definition Classes
    CacheableResponse → Response
  15. def getHeader(name: String): String

    Permalink
    Definition Classes
    CacheableResponse → Response
  16. def getHeaders(): HttpHeaders

    Permalink
    Definition Classes
    CacheableResponse → Response
  17. def getHeaders(name: String): List[String]

    Permalink
    Definition Classes
    CacheableResponse → Response
  18. def getLocalAddress(): SocketAddress

    Permalink
    Definition Classes
    CacheableResponse → Response
  19. def getRemoteAddress(): SocketAddress

    Permalink
    Definition Classes
    CacheableResponse → Response
  20. def getResponseBody(charset: Charset): String

    Permalink
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws( classOf[IOException] )
  21. def getResponseBody(): String

    Permalink
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws( classOf[IOException] )
  22. def getResponseBodyAsByteBuffer(): ByteBuffer

    Permalink
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws( classOf[IOException] )
  23. def getResponseBodyAsBytes(): Array[Byte]

    Permalink
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws( classOf[IOException] )
  24. def getResponseBodyAsStream(): InputStream

    Permalink
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws( classOf[IOException] )
  25. def getStatusCode(): Int

    Permalink
    Definition Classes
    CacheableResponse → Response
  26. def getStatusText(): String

    Permalink
    Definition Classes
    CacheableResponse → Response
  27. def getUri(): Uri

    Permalink
    Definition Classes
    CacheableResponse → Response
    Annotations
    @throws( classOf[MalformedURLException] )
  28. def hasResponseBody(): Boolean

    Permalink
    Definition Classes
    CacheableResponse → Response
  29. def hasResponseHeaders(): Boolean

    Permalink
    Definition Classes
    CacheableResponse → Response
  30. def hasResponseStatus(): Boolean

    Permalink
    Definition Classes
    CacheableResponse → Response
  31. val headers: CacheableHttpResponseHeaders

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isRedirected(): Boolean

    Permalink
    Definition Classes
    CacheableResponse → Response
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. val status: CacheableHttpResponseStatus

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    CacheableResponse → Response → AnyRef → Any
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withHeaders(tuple: (String, String)*): CacheableResponse

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Response

Inherited from AnyRef

Inherited from Any

Ungrouped