case class HTTPResponseData(headers: Array[HeaderData], entity: Option[EntityData], statusLine: StatusLineData, locale: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HTTPResponseData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HTTPResponseData(response: CloseableHttpResponse)
- new HTTPResponseData(headers: Array[HeaderData], entity: Option[EntityData], statusLine: StatusLineData, locale: String)
Value Members
- val entity: Option[EntityData]
- val headers: Array[HeaderData]
- val locale: String
- def respondToHTTPExchange(request: HttpExchange): Unit
- val statusLine: StatusLineData