package ident
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Accepted(id: Option[Identification] = None, supportedPorotocols: Seq[VersionedProtocol] = _root_.scala.collection.Seq.empty, user: Option[User] = None) extends GeneratedMessage with Message[Accepted] with Updatable[Accepted] with Product with Serializable
Once the client sends a Hello, the server should verify the client data, and if it is valid, send this message.
Once the client sends a Hello, the server should verify the client data, and if it is valid, send this message.
- Annotations
- @SerialVersionUID()
-
final
case class
BowlInfo(info: Info = ...) extends GeneratedMessage with Message[BowlInfo] with Updatable[BowlInfo] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
BowlSend(dataIndex: DataIndex = ...) extends GeneratedMessage with Message[BowlSend] with Updatable[BowlSend] with Product with Serializable
These is sent after the client requests bowls.
These is sent after the client requests bowls. They should be sent sequentially if ordered by the client previously.
- Annotations
- @SerialVersionUID()