Search Results for

    Show / Hide Table of Contents

    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.

    Delegates

    NetworkChannel.MessageFactory.ReaderClientConsumerMethod

    NetworkChannel.MessageFactory.ReaderConsumerMethod

    NetworkChannel.MessageFactory.ReaderServerConsumerMethod

    NetworkChannel.MessageFactory.TypedClientConsumerMethod<T>

    NetworkChannel.MessageFactory.TypedConsumerMethod<T>

    NetworkChannel.MessageFactory.TypedServerConsumerMethod<T>

    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.