Namespace Fibula.Communications.Contracts.Abstractions
Interfaces
IBytesInfo
Interface for information in the form of a bytes array.
IConnection
Interface for all types of connections.
IIncomingPacket
Common interface for all incoming packets.
IListener
Common interface of all listeners.
INetworkMessage
Interface that represents a network message.
IOutboundPacket
Interface for all outbound packets.
IPacketReader
Interface for packet readers.
IPacketWriter
Interface for packet writers.
IProtocol
Interface that contains methods to select the appropriate request and response handlers for a given protocol.
ISocketConnection
Interface for connections.
ISocketConnectionFactory
Interface that represents a connection factory.
ITcpListener
Common interface for TCP listeners.