|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <array>#include <cstdint>#include <optional>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::internal::ws_frame_header |
| Represents a decoded WebSocket frame header. More... | |
| class | kcenon::network::internal::websocket_frame |
| Provides WebSocket frame encoding and decoding functionality. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::internal |
Enumerations | |
| enum class | kcenon::network::internal::ws_opcode : uint8_t { kcenon::network::internal::continuation = 0x0 , kcenon::network::internal::text = 0x1 , kcenon::network::internal::binary = 0x2 , kcenon::network::internal::close = 0x8 , kcenon::network::internal::ping = 0x9 , kcenon::network::internal::pong = 0xA } |
| WebSocket frame operation codes as defined in RFC 6455. More... | |