play.api.libs.ws.ning

NingWSResponse

case class NingWSResponse(ahcResponse: com.ning.http.client.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: com.ning.http.client.Response)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ahcResponse: com.ning.http.client.Response

  7. 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
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. lazy val body: String

    The response body as String.

    The response body as String.

    Definition Classes
    NingWSResponseWSResponse
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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
  12. def cookies: Seq[WSCookie]

    Get all the cookies.

    Get all the cookies.

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

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

    Get a response header.

    Get a response header.

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

    Definition Classes
    Any
  18. lazy val json: JsValue

    The response body as Json.

    The response body as Json.

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

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

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

    Definition Classes
    AnyRef
  22. def status: Int

    The response status code.

    The response status code.

    Definition Classes
    NingWSResponseWSResponse
  23. def statusText: String

    The response status message.

    The response status message.

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

    Definition Classes
    AnyRef
  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

Deprecated Value Members

  1. def getAHCResponse: com.ning.http.client.Response

    Get the underlying response object.

    Get the underlying response object.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.0) Use underlying

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WSResponse

Inherited from AnyRef

Inherited from Any

Ungrouped