|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Network endpoint types (host/port, URL) and common type aliases. More...
#include <chrono>#include <cstdint>#include <functional>#include <span>#include <string>#include <string_view>#include <system_error>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::unified::endpoint_info |
| Network endpoint information (host/port or URL) More... | |
| struct | kcenon::network::unified::connection_callbacks |
| Callback functions for connection events. More... | |
| struct | kcenon::network::unified::listener_callbacks |
| Callback functions for listener/server events. More... | |
| struct | kcenon::network::unified::connection_options |
| Configuration options for connections. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::unified |
Network endpoint types (host/port, URL) and common type aliases.
Common types for the unified transport layer.
Defines endpoint_info, connection_callbacks, transport_error, and other shared types used across the unified transport interfaces.
Definition in file types.h.