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

Abstract server interface for protocol-agnostic server operations. 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"
Include dependency graph for i_server.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_server
 Base interface for server-side network components. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::interfaces
 

Detailed Description

Abstract server interface for protocol-agnostic server operations.

Base interface for server-side network components.

See also
i_client.h

Extends i_network_component with server-specific operations such as listening for connections, managing sessions, and broadcasting data.

Definition in file i_server.h.