Namespace FNNLib.Messaging
Classes
BasePacketBufferCollection
The base class for the packet buffer collection. Allows us to process every existing buffer collection at once and empty old packets.
ClientPacketAttribute
Denotes a packet that is handled on the client.
NetworkChannel
Represents a channel in the network which has a registry of packets it recognises.
NetworkChannel.MessageFactory
Message factory. Used for building message types and associating handlers.
PacketBuffer
A packet buffer. This stores packets that are queued for later execution.
PacketBufferCollection<TKey>
A collection of keyed buffers. This is a helper class to try and help prevent repeated code.
ServerPacketAttribute
Denotes a packet that is handled on the server.
Structs
BufferedPacket
A buffered packet.
Interfaces
IBufferablePacket
A packet that can be buffered.