|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Simplified facade for creating TCP clients and servers. More...
#include <chrono>#include <cstdint>#include <memory>#include <optional>#include <string>#include "kcenon/network/interfaces/i_protocol_client.h"#include "kcenon/network/interfaces/i_protocol_server.h"#include "kcenon/network/types/result.h"

Go to the source code of this file.
Classes | |
| class | kcenon::network::facade::tcp_facade |
| Simplified facade for creating TCP clients and servers. More... | |
| struct | kcenon::network::facade::tcp_facade::client_config |
| Configuration for creating a TCP client. More... | |
| struct | kcenon::network::facade::tcp_facade::server_config |
| Configuration for creating a TCP server. More... | |
| struct | kcenon::network::facade::tcp_facade::pool_config |
| Configuration for creating a TCP connection pool. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::core |
| namespace | kcenon::network::facade |
Simplified facade for creating TCP clients and servers.
Provides a template-free API for TCP client/server creation with optional TLS support and connection pooling.
Definition in file tcp_facade.h.