Packages

c

play.libs.ws.ahc

AhcWSResponse

class AhcWSResponse extends WSResponse

Linear Supertypes
WSResponse, StandaloneWSResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AhcWSResponse
  2. WSResponse
  3. StandaloneWSResponse
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getBody(): String
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  9. def getBody[T](readable: BodyReadable[T]): T
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  10. def getBodyAsBytes(): ByteString
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  11. def getBodyAsSource(): Source[ByteString, _ <: AnyRef]
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def getContentType(): String
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  14. def getCookie(name: String): Optional[WSCookie]
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  15. def getCookies(): List[WSCookie]
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  16. def getHeaderValues(name: String): List[String]
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  17. def getHeaders(): Map[String, List[String]]
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  18. def getSingleHeader(name: String): Optional[String]
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  19. def getStatus(): Int
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  20. def getStatusText(): String
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  21. def getUnderlying(): AnyRef
    Definition Classes
    AhcWSResponse → WSResponse → StandaloneWSResponse
    Annotations
    @Override()
  22. def getUri(): URI
    Definition Classes
    AhcWSResponse → StandaloneWSResponse
    Annotations
    @Override()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def asByteArray(): Array[Byte]
    Definition Classes
    AhcWSResponse → WSResponse
    Annotations
    @Override() @Deprecated
    Deprecated
  2. def asJson(): JsonNode
    Definition Classes
    AhcWSResponse → WSResponse
    Annotations
    @Override() @Deprecated
    Deprecated
  3. def asXml(): Document
    Definition Classes
    AhcWSResponse → WSResponse
    Annotations
    @Override() @Deprecated
    Deprecated
  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  5. def getAllHeaders(): Map[String, List[String]]
    Definition Classes
    AhcWSResponse → WSResponse
    Annotations
    @Override() @Deprecated
    Deprecated
  6. def getBodyAsStream(): InputStream
    Definition Classes
    AhcWSResponse → WSResponse
    Annotations
    @Override() @Deprecated
    Deprecated

Inherited from WSResponse

Inherited from StandaloneWSResponse

Inherited from AnyRef

Inherited from Any

Ungrouped