case class CloseMessage(statusCode: Option[Int] = Some(CloseCodes.Regular), reason: String = "") extends Message with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- CloseMessage
- Serializable
- Product
- Equals
- Message
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CloseMessage(statusCode: Option[Int] = Some(CloseCodes.Regular), reason: String = "")
- statusCode
The close status code.
- reason
The reason it was closed.
A close message.
The close status code.
The reason it was closed.