play.api.libs.ws.ning

NingWSResponse

Related Doc: package ning

case class NingWSResponse(ahcResponse: Response) extends WSResponse with Product with Serializable

A WS HTTP response.

Source
NingWS.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, WSResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NingWSResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WSResponse
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NingWSResponse(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. val ahcResponse: Response

  5. lazy val allHeaders: Map[String, Seq[String]]

    Return the headers of the response as a case-insensitive map

    Return the headers of the response as a case-insensitive map

    Definition Classes
    NingWSResponseWSResponse
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. lazy val body: String

    The response body as String.

    The response body as String.

    Definition Classes
    NingWSResponseWSResponse
  8. def bodyAsBytes: Array[Byte]

    The response body as a byte array.

    The response body as a byte array.

    Definition Classes
    NingWSResponseWSResponse
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def cookie(name: String): Option[WSCookie]

    Get only one cookie, using the cookie name.

    Get only one cookie, using the cookie name.

    Definition Classes
    NingWSResponseWSResponse
  11. def cookies: Seq[WSCookie]

    Get all the cookies.

    Get all the cookies.

    Definition Classes
    NingWSResponseWSResponse
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def header(key: String): Option[String]

    Get a response header.

    Get a response header.

    Definition Classes
    NingWSResponseWSResponse
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. lazy val json: JsValue

    The response body as Json.

    The response body as Json.

    Definition Classes
    NingWSResponseWSResponse
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def status: Int

    The response status code.

    The response status code.

    Definition Classes
    NingWSResponseWSResponse
  22. def statusText: String

    The response status message.

    The response status message.

    Definition Classes
    NingWSResponseWSResponse
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    NingWSResponse → AnyRef → Any
  25. def underlying[T]: T

    returns

    The underlying response object.

    Definition Classes
    NingWSResponseWSResponse
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. lazy val xml: Elem

    The response body as Xml.

    The response body as Xml.

    Definition Classes
    NingWSResponseWSResponse

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WSResponse

Inherited from AnyRef

Inherited from Any

Ungrouped