Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
unified_messaging_server.h File Reference
#include <atomic>
#include <concepts>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>
#include <asio.hpp>
#include "kcenon/network/detail/config/feature_flags.h"
#include "kcenon/network/policy/tls_policy.h"
#include "kcenon/network/detail/protocol/protocol_tags.h"
#include "internal/core/callback_indices.h"
#include "kcenon/network/detail/utils/callback_manager.h"
#include "kcenon/network/detail/utils/result_types.h"
#include "kcenon/network/detail/utils/lifecycle_manager.h"
#include "unified_messaging_server.inl"
Include dependency graph for unified_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::unified_messaging_server< Protocol, TlsPolicy >
 Unified TCP server template parameterized by protocol and TLS policy. 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_UNIFIED_MESSAGING_SERVER_H_
 

Typedefs

using kcenon::network::core::tcp_server = unified_messaging_server<protocol::tcp_protocol, policy::no_tls>
 Type alias for plain TCP server.
 

Macro Definition Documentation

◆ KCENON_NETWORK_INTERNAL_CORE_UNIFIED_MESSAGING_SERVER_H_

#define KCENON_NETWORK_INTERNAL_CORE_UNIFIED_MESSAGING_SERVER_H_

Definition at line 7 of file unified_messaging_server.h.