package packet
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BroadcastPacketCoordinates(path: Array[Int], senderID: String, discardTargets: Boolean, targetIDs: Seq[String]) extends PacketCoordinates with Product with Serializable
- trait ChannelPacketBundle extends PacketBundle
- case class DedicatedPacketCoordinates(path: Array[Int], targetID: String, senderID: String) extends PacketCoordinates with Product with Serializable
- trait Packet extends Serializable
- trait PacketAttributes extends Serializable
- trait PacketAttributesPresence extends AnyRef
- trait PacketBundle extends AnyRef
a Bundle is a class that contains a defined amount of typed items.
a Bundle is a class that contains a defined amount of typed items. Bundle are useful to packet channels because they can be stored and processed later.
- See also
PacketBundle for an implementation.
- trait PacketCoordinates extends Serializable
- class PacketException extends AppException
Value Members
- object PacketException extends Serializable