Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
secure_tcp_socket.h File Reference
#include <array>
#include <atomic>
#include <functional>
#include <memory>
#include <mutex>
#include <span>
#include <system_error>
#include <vector>
#include <asio.hpp>
#include <asio/ssl.hpp>
#include "internal/utils/common_defs.h"
Include dependency graph for secure_tcp_socket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::internal::secure_tcp_socket
 A lightweight wrapper around asio::ssl::stream<asio::ip::tcp::socket>, enabling asynchronous TLS/SSL encrypted read and write operations. More...
 

Namespaces

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

Macros

#define KCENON_NETWORK_INTERNAL_TCP_SECURE_TCP_SOCKET_H_
 

Macro Definition Documentation

◆ KCENON_NETWORK_INTERNAL_TCP_SECURE_TCP_SOCKET_H_

#define KCENON_NETWORK_INTERNAL_TCP_SECURE_TCP_SOCKET_H_

Definition at line 7 of file secure_tcp_socket.h.