|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Convenience header that includes core network interfaces. More...
#include "i_network_component.h"#include "i_session.h"#include "connection_observer.h"#include "i_client.h"#include "i_server.h"#include "i_protocol_client.h"#include "i_protocol_server.h"
Go to the source code of this file.
Convenience header that includes core network interfaces.
This header provides a single include point for core interface definitions used in the composition-based architecture.
For most use cases, prefer the facade API which provides a simpler interface:
If you need to implement custom components:
Definition in file interfaces.h.