class StandaloneAhcWSResponse extends StandaloneWSResponse with DefaultBodyReadables with WSCookieConverter with AhcUtilities

A WS HTTP response backed by org.asynchttpclient.Response.

Linear Supertypes
AhcUtilities, WSCookieConverter, DefaultBodyReadables, StandaloneWSResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandaloneAhcWSResponse
  2. AhcUtilities
  3. WSCookieConverter
  4. DefaultBodyReadables
  5. StandaloneWSResponse
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StandaloneAhcWSResponse(ahcResponse: Response)

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. def asCookie(c: Cookie): WSCookie
    Definition Classes
    WSCookieConverter
  5. def asCookie(cookie: WSCookie): Cookie
    Definition Classes
    WSCookieConverter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def body[T](implicit arg0: BodyReadable[T]): T
    Definition Classes
    StandaloneWSResponse
  8. lazy val body: String
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  9. lazy val bodyAsBytes: ByteString

    The response body as a byte string.

    The response body as a byte string.

    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  10. lazy val bodyAsSource: Source[ByteString, _]
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. def contentType: String
    Definition Classes
    StandaloneWSResponse
  13. def cookie(name: String): Option[WSCookie]
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  14. lazy val cookies: Seq[WSCookie]
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def header(name: String): Option[String]
    Definition Classes
    StandaloneWSResponse
  20. def headerValues(name: String): Seq[String]
    Definition Classes
    StandaloneWSResponse
  21. lazy val headers: Map[String, Seq[String]]
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  22. def headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]
    Definition Classes
    AhcUtilities
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. implicit val readableAsByteArray: BodyReadable[Array[Byte]]
    Definition Classes
    DefaultBodyReadables
  28. implicit val readableAsByteBuffer: BodyReadable[ByteBuffer]
    Definition Classes
    DefaultBodyReadables
  29. implicit val readableAsByteString: BodyReadable[ByteString]
    Definition Classes
    DefaultBodyReadables
  30. implicit val readableAsSource: BodyReadable[Source[ByteString, _]]
    Definition Classes
    DefaultBodyReadables
  31. implicit val readableAsString: BodyReadable[String]
    Definition Classes
    DefaultBodyReadables
  32. def status: Int
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  33. def statusText: String
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    StandaloneAhcWSResponse → AnyRef → Any
  36. def underlying[T]: T
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  37. def uri: URI
    Definition Classes
    StandaloneAhcWSResponse → StandaloneWSResponse
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 AhcUtilities

Inherited from WSCookieConverter

Inherited from DefaultBodyReadables

Inherited from StandaloneWSResponse

Inherited from AnyRef

Inherited from Any

Ungrouped