case class InvalidSession(resumable: Boolean, gatewayInfo: GatewayInfo) extends EagerGatewayMessage[Boolean] with ServerGatewayMessage[Boolean] with Product with Serializable
Sent by the gateway if the session is invalid when resuming a connection.
- resumable
If the connection is resumable.
- Source
- gatewayData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvalidSession
- Serializable
- Product
- Equals
- ServerGatewayMessage
- EagerGatewayMessage
- GatewayMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InvalidSession(resumable: Boolean, gatewayInfo: GatewayInfo)
- resumable
If the connection is resumable.
Value Members
- def d: Now[Result[Boolean]]
The data for the message.
The data for the message.
- Definition Classes
- EagerGatewayMessage → GatewayMessage
- val gatewayInfo: GatewayInfo
Misc info gathered from the gateway this message came from.
Misc info gathered from the gateway this message came from.
- Definition Classes
- InvalidSession → ServerGatewayMessage
- def nowD: Boolean
- Definition Classes
- InvalidSession → EagerGatewayMessage
- def op: GatewayOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- InvalidSession → GatewayMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val resumable: Boolean
- def s: util.JsonOption[Int]
A sequence number for the message if there is one.
A sequence number for the message if there is one.
- Definition Classes
- GatewayMessage
- def t: util.JsonOption[GatewayEvent[Boolean]]
- Definition Classes
- GatewayMessage