|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Base interface for client-side network components. More...
#include "i_network_component.h"#include "connection_observer.h"#include <cstdint>#include <functional>#include <memory>#include <string_view>#include <system_error>#include <vector>#include "kcenon/network/types/result.h"

Go to the source code of this file.
Classes | |
| interface | kcenon::network::interfaces::i_client |
| Base interface for client-side network components. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::interfaces |
Base interface for client-side network components.
Definition in file i_client.h.