|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "kcenon/network/interfaces/i_protocol_client.h"#include <atomic>#include <chrono>#include <memory>#include <mutex>#include <string>

Go to the source code of this file.
Classes | |
| class | kcenon::network::internal::adapters::http_client_adapter |
| Adapter that wraps http_client to implement i_protocol_client. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::core |
| namespace | kcenon::network::internal |
| namespace | kcenon::network::internal::adapters |