|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "kcenon/network/interfaces/i_network_component.h"#include "kcenon/network/interfaces/i_session.h"#include <cstdint>#include <functional>#include <memory>#include <string_view>#include <system_error>#include <vector>#include "kcenon/network/detail/utils/result_types.h"

Go to the source code of this file.
Classes | |
| interface | kcenon::network::interfaces::i_quic_session |
| Interface for a QUIC session on the server side. More... | |
| interface | kcenon::network::interfaces::i_quic_server |
| Interface for QUIC server components. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::interfaces |
Macros | |
| #define | KCENON_NETWORK_INTERNAL_INTERFACES_I_QUIC_SERVER_H_ |
| #define KCENON_NETWORK_INTERNAL_INTERFACES_I_QUIC_SERVER_H_ |
Definition at line 7 of file i_quic_server.h.