c

org.scalatra.test

HttpComponentsClientResponse

case class HttpComponentsClientResponse(res: HttpResponse) extends ClientResponse with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ClientResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpComponentsClientResponse
  2. Serializable
  3. Product
  4. Equals
  5. ClientResponse
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HttpComponentsClientResponse(res: HttpResponse)

Value Members

  1. object header
    Definition Classes
    ClientResponse
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def body: String
    Definition Classes
    ClientResponse
  7. lazy val bodyBytes: Array[Byte]
  8. def charset: Option[String]
    Definition Classes
    ClientResponse
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getContent(): String
    Definition Classes
    ClientResponse
  14. def getContentBytes(): Array[Byte]
    Definition Classes
    ClientResponse
  15. def getContentType(): String
    Definition Classes
    ClientResponse
  16. def getHeader(name: String): String
    Definition Classes
    ClientResponse
  17. def getHeaderNames(): Enumeration[String]
    Definition Classes
    ClientResponse
  18. def getHeaderValues(name: String): Enumeration[String]
    Definition Classes
    ClientResponse
  19. def getLongHeader(name: String): Long
    Definition Classes
    ClientResponse
  20. def getReason(): String
    Definition Classes
    ClientResponse
  21. def headers: Map[String, Seq[String]]
  22. def inputStream: InputStream
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mediaType: Option[String]
    Definition Classes
    ClientResponse
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val res: HttpResponse
  30. def status: Int
    Definition Classes
    ClientResponse
  31. def statusLine: ResponseStatus
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClientResponse

Inherited from AnyRef

Inherited from Any

Ungrouped