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

Secure TCP server class with TLS/SSL support. More...

#include <kcenon/network/detail/config/feature_flags.h>
#include <atomic>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <string>
#include <string_view>
#include <vector>
#include <asio.hpp>
#include <asio/ssl.hpp>
#include "internal/core/callback_indices.h"
#include "kcenon/network/integration/thread_integration.h"
#include "kcenon/network/detail/utils/lifecycle_manager.h"
#include "kcenon/network/detail/utils/callback_manager.h"
#include "kcenon/network/detail/utils/result_types.h"
Include dependency graph for secure_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::secure_messaging_server
 A secure server class that manages incoming TLS/SSL encrypted TCP connections, creating secure_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
 

Detailed Description

Secure TCP server class with TLS/SSL support.

See also
unified_messaging_server.h for the template-based API

Definition in file secure_messaging_server.h.