StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
|
▼CStormByte::Network::EndPoint | Represents a network endpoint, serving as a base class for both clients and servers |
CStormByte::Network::Client | The class representing a client |
CStormByte::Network::Server | A server class |
▼CStormByte::Exception | |
▼CStormByte::Network::Exception | The class representing an exception in the network module |
CStormByte::Network::ConnectionClosed | The class representing a terminated connection |
CStormByte::Network::ConnectionError | The class representing an error in the connection |
CStormByte::Network::PacketError | The class representing an error in the packet |
CStormByte::Network::Connection::Handler | |
CStormByte::Network::Connection::Info | The class representing the connection information |
CStormByte::Network::Packet | Represents a network packet |