case class HTTPResponseData(headers: Array[HeaderData], entity: Option[EntityData], statusLine: StatusLineData, locale: String) extends Product with Serializable

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

Instance Constructors

  1. new HTTPResponseData(response: CloseableHttpResponse)
  2. new HTTPResponseData(headers: Array[HeaderData], entity: Option[EntityData], statusLine: StatusLineData, locale: String)

Value Members

  1. val entity: Option[EntityData]
  2. val headers: Array[HeaderData]
  3. val locale: String
  4. def respondToHTTPExchange(request: HttpExchange): Unit
  5. val statusLine: StatusLineData