Packages

package ident

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. final case class BowlInfo(info: Info = ...) extends GeneratedMessage with Message[BowlInfo] with Updatable[BowlInfo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. 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()

Value Members

  1. object Accepted extends GeneratedMessageCompanion[Accepted] with Serializable
  2. object BowlInfo extends GeneratedMessageCompanion[BowlInfo] with Serializable
  3. object BowlSend extends GeneratedMessageCompanion[BowlSend] with Serializable
  4. object IdentProto extends GeneratedFileObject

Ungrouped