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

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

#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 "internal/tcp/secure_tcp_socket.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_client.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_client
 A secure client for establishing TLS/SSL encrypted TCP connections to a server. More...
 

Namespaces

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

Detailed Description

Secure TCP client class with TLS/SSL support.

See also
unified_messaging_client.h for the template-based API

Definition in file secure_messaging_client.h.