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

TCP server implementation. More...

#include <kcenon/network/detail/config/feature_flags.h>
#include <atomic>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
#include <asio.hpp>
#include "internal/core/callback_indices.h"
#include "kcenon/network/detail/utils/result_types.h"
#include "kcenon/network/detail/utils/startable_base.h"
#include "kcenon/network/detail/utils/callback_manager.h"
#include "internal/integration/io_context_thread_manager.h"
Include dependency graph for messaging_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::core::messaging_server
 A server class that manages incoming TCP connections, creating messaging_session instances for each accepted socket. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::session
 
namespace  kcenon::network::core
 

Macros

#define KCENON_NETWORK_INTERNAL_CORE_MESSAGING_SERVER_H_
 

Detailed Description

TCP server implementation.

See also
kcenon/network/facade/tcp_facade.h for the facade API

Definition in file messaging_server.h.

Macro Definition Documentation

◆ KCENON_NETWORK_INTERNAL_CORE_MESSAGING_SERVER_H_

#define KCENON_NETWORK_INTERNAL_CORE_MESSAGING_SERVER_H_

Definition at line 7 of file messaging_server.h.