com.sksamuel.scruffy.client

ScruffyClientResponse

Related Doc: package client

class ScruffyClientResponse extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScruffyClientResponse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScruffyClientResponse(config: ScruffyClientConfig, delegate: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def contentType: String

  7. def cookies: Seq[Cookie]

  8. def entity: InputStream

  9. def entityAs[T](mediaType: MediaType)(implicit manifest: Manifest[T], deserializer: Deserializer[T]): T

    Unmarshall the response entity to the given type T.

    Unmarshall the response entity to the given type T. Uses the given MediaType to determine an appropriate unmarshalling strategy.

  10. def entityAs[T](implicit manifest: Manifest[T], deserializer: Deserializer[T]): T

    Unmarshall the response entity to the given type T.

    Unmarshall the response entity to the given type T. Uses the Content-Type header to determine an appropriate unmarshalling strategy.

  11. def entityBytes: Array[Byte]

  12. def entityString(charset: String): String

  13. def entityString: String

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def hasHeader(key: HeaderKey): Boolean

  19. def hasHeader(key: String): Boolean

  20. def hasHeader(key: HeaderName): Boolean

  21. def hashCode(): Int

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

  23. def header(key: String): Option[String]

  24. def header(key: HeaderName): Option[String]

  25. def headers: Map[String, Seq[String]]

  26. def headers(name: String): Seq[String]

  27. def headers(key: HeaderName): Seq[String]

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isRedirected: Boolean

  30. def json[T](implicit manifest: Manifest[T], deserializer: Deserializer[T]): T

  31. def mediaType: MediaType

  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def referrer: Option[String]

  36. def statusCode: Int

  37. def statusText: String

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def uri: Uri

    Return the request URI.

    Return the request URI. Note that if the request got redirected, the value of the URI will be the last valid redirect url.

  41. def userAgent: Option[String]

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def xml[T](implicit manifest: Manifest[T], deserializer: Deserializer[T]): T

Inherited from AnyRef

Inherited from Any

Ungrouped