c

org.scalatra.test

HttpComponentsClientResponse

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

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

Instance Constructors

  1. new HttpComponentsClientResponse(res: HttpResponse)

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 body: String
    Definition Classes
    ClientResponse
  6. lazy val bodyBytes: Array[Byte]
  7. def charset: Option[String]
    Definition Classes
    ClientResponse
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  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. val header: DefaultMap[String, 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
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. val res: HttpResponse
  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(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ClientResponse

Inherited from AnyRef

Inherited from Any

Ungrouped