final case classMultiPacketBundle(packets: List[PlanetSidePacket]) extends Product with Serializable
Message for holding a series of packets being moved through the system (server),
eventually be bundled into a MultiPacketEx and dispatched to the client.
Invalid packets are eliminated at the time of creation.
At least one packet is necessary.
packets
a series of packets to be bundled together;
this list is effectively immutable;
the only way to access these packets is through pattern matching
This member is added by an implicit conversion from MultiPacketBundle to
StringFormat[MultiPacketBundle] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from MultiPacketBundle to
ArrowAssoc[MultiPacketBundle] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Shadowed Implicit Value Members
def+(other: String): String
Implicit information
This member is added by an implicit conversion from MultiPacketBundle to
any2stringadd[MultiPacketBundle] performed by method any2stringadd in scala.Predef.
Shadowing
This implicitly inherited member is shadowed by one or more members in this class. To access this member you can use a type ascription:
Message for holding a series of packets being moved through the system (server), eventually be bundled into a
MultiPacketEx
and dispatched to the client. Invalid packets are eliminated at the time of creation. At least one packet is necessary.a series of packets to be bundled together; this list is effectively immutable; the only way to access these packets is through pattern matching