com.sksamuel.scruffy.client

ScruffyClientResponse

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

  9. def cookies: Seq[Cookie]

  10. def entity: InputStream

  11. def entityAs[T](implicit arg0: Manifest[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.

  12. def entityBytes: Array[Byte]

  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: String): Boolean

  19. def hasHeader(key: HeaderName): Boolean

  20. def hashCode(): Int

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

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

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

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

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

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isRedirected: Boolean

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

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

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

    Definition Classes
    AnyRef
  31. def statusCode: Int

  32. def statusText: String

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. 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.

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped