case class StatusLineData(protocolVersion: ProtocolVersionData, statusCode: Int, reasonPhrase: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusLineData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StatusLineData(s: StatusLine)
- new StatusLineData(protocolVersion: ProtocolVersionData, statusCode: Int, reasonPhrase: String)
Value Members
- val protocolVersion: ProtocolVersionData
- val reasonPhrase: String
- val statusCode: Int