CloseMessage

play.api.http.websocket.CloseMessage
See theCloseMessage companion object
case class CloseMessage(statusCode: Option[Int], reason: String) extends Message

A close message.

Value parameters

reason

The reason it was closed.

statusCode

The close status code.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product