|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Protocol-specific server interface extending i_server. More...
#include "i_network_component.h"#include "i_session.h"#include <cstdint>#include <functional>#include <memory>#include <string_view>#include <system_error>#include <vector>#include "kcenon/network/types/result.h"

Go to the source code of this file.
Classes | |
| interface | kcenon::network::interfaces::i_protocol_server |
| Unified interface for all protocol server implementations. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::interfaces |
Protocol-specific server interface extending i_server.
Unified interface for all protocol server implementations.
Defines the common contract for TCP, UDP, HTTP, WebSocket, and QUIC servers, providing consistent lifecycle, session management, and broadcasting.
Definition in file i_protocol_server.h.