Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
i_session.h File Reference

Session interface representing an active client-server connection. More...

#include <cstdint>
#include <string_view>
#include <vector>
#include "kcenon/network/types/result.h"
Include dependency graph for i_session.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.