|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Session interface representing an active client-server connection. More...
#include <cstdint>#include <string_view>#include <vector>#include "kcenon/network/types/result.h"

Go to the source code of this file.
Classes | |
| interface | kcenon::network::interfaces::i_session |
| Interface for a single client session on the server side. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::interfaces |
Session interface representing an active client-server connection.
Interface for a single client session on the server side.
Represents a connection to a single client, allowing data transmission and individual connection management within a server context.
Definition in file i_session.h.