Packages

c

play.libs.ws.ahc

StandaloneAhcWSResponse

class StandaloneAhcWSResponse extends StandaloneWSResponse

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

Inherited from AnyRef

Inherited from Any

Ungrouped