|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Convenience header for the unified network interface API. More...
#include "kcenon/network/detail/unified/types.h"#include "kcenon/network/detail/unified/i_transport.h"#include "kcenon/network/detail/unified/i_connection.h"#include "kcenon/network/detail/unified/i_listener.h"

Go to the source code of this file.
Convenience header for the unified network interface API.
This header provides a single include point for the consolidated network interface architecture (3 core interfaces).
| Legacy Interface | Unified Interface |
|---|---|
| i_client | i_connection |
| i_tcp_client | i_connection (via protocol::tcp) |
| i_udp_client | i_connection (via protocol::udp) |
| i_websocket_client | i_connection (via protocol::websocket) |
| i_quic_client | i_connection (via protocol::quic) |
| i_server | i_listener |
| i_session | i_connection (accepted) |
Definition in file unified.h.