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

DTLS client class for encrypted UDP communication. More...

#include <atomic>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <string>
#include <string_view>
#include <vector>
#include <asio.hpp>
#include <openssl/ssl.h>
#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_udp_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_udp_client
 A secure UDP client using DTLS (Datagram TLS) for encrypted communication. More...
 

Namespaces

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

Detailed Description

DTLS client class for encrypted UDP communication.

See also
unified_udp_messaging_client.h for the template-based API

Definition in file secure_messaging_udp_client.h.