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: 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](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.

  10. def entityBytes: Array[Byte]

  11. def entityString: String

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

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

    Definition Classes
    AnyRef → Any
  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 hasHeader(key: String): Boolean

  17. def hasHeader(key: HeaderName): Boolean

  18. def hashCode(): Int

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

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

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

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

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

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isRedirected: Boolean

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

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

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

    Definition Classes
    AnyRef
  29. def statusCode: Int

  30. def statusText: String

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped