class StandaloneAhcWSResponse extends StandaloneWSResponse with DefaultBodyReadables with WSCookieConverter with AhcUtilities
A WS HTTP response backed by org.asynchttpclient.Response.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandaloneAhcWSResponse
- AhcUtilities
- WSCookieConverter
- DefaultBodyReadables
- StandaloneWSResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StandaloneAhcWSResponse(ahcResponse: Response)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asCookie(c: Cookie): WSCookie
- Definition Classes
- WSCookieConverter
- def asCookie(cookie: WSCookie): Cookie
- Definition Classes
- WSCookieConverter
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def body[T](implicit arg0: BodyReadable[T]): T
- Definition Classes
- StandaloneWSResponse
- lazy val body: String
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- lazy val bodyAsBytes: ByteString
The response body as a byte string.
The response body as a byte string.
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- lazy val bodyAsSource: Source[ByteString, _]
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def contentType: String
- Definition Classes
- StandaloneWSResponse
- def cookie(name: String): Option[WSCookie]
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- lazy val cookies: Seq[WSCookie]
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def header(name: String): Option[String]
- Definition Classes
- StandaloneWSResponse
- def headerValues(name: String): Seq[String]
- Definition Classes
- StandaloneWSResponse
- lazy val headers: Map[String, Seq[String]]
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- def headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]
- Definition Classes
- AhcUtilities
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- implicit val readableAsByteArray: BodyReadable[Array[Byte]]
- Definition Classes
- DefaultBodyReadables
- implicit val readableAsByteBuffer: BodyReadable[ByteBuffer]
- Definition Classes
- DefaultBodyReadables
- implicit val readableAsByteString: BodyReadable[ByteString]
- Definition Classes
- DefaultBodyReadables
- implicit val readableAsSource: BodyReadable[Source[ByteString, _]]
- Definition Classes
- DefaultBodyReadables
- implicit val readableAsString: BodyReadable[String]
- Definition Classes
- DefaultBodyReadables
- def status: Int
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- def statusText: String
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- StandaloneAhcWSResponse → AnyRef → Any
- def underlying[T]: T
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- def uri: URI
- Definition Classes
- StandaloneAhcWSResponse → StandaloneWSResponse
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)