c

org.scalatra.test

HttpComponentsClientResponse

case class HttpComponentsClientResponse(res: ClassicHttpResponse) 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: ClassicHttpResponse)

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]) @IntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getContent(): String
    Definition Classes
    ClientResponse
  13. def getContentBytes(): Array[Byte]
    Definition Classes
    ClientResponse
  14. def getContentType(): String
    Definition Classes
    ClientResponse
  15. def getHeader(name: String): String
    Definition Classes
    ClientResponse
  16. def getHeaderNames(): Enumeration[String]
    Definition Classes
    ClientResponse
  17. def getHeaderValues(name: String): Enumeration[String]
    Definition Classes
    ClientResponse
  18. def getLongHeader(name: String): Long
    Definition Classes
    ClientResponse
  19. def getReason(): String
    Definition Classes
    ClientResponse
  20. def headers: Map[String, Seq[String]]
  21. def inputStream: InputStream
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def mediaType: Option[String]
    Definition Classes
    ClientResponse
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val res: ClassicHttpResponse
  29. def status: Int
    Definition Classes
    ClientResponse
  30. def statusLine: ResponseStatus
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClientResponse

Inherited from AnyRef

Inherited from Any

Ungrouped