Kurlyk
Toggle main menu visibility
Loading...
Searching...
No Matches
websocket.hpp
Go to the documentation of this file.
1
#pragma once
2
#ifndef _KURLYK_WEBSOCKET_HPP_INCLUDED
3
#define _KURLYK_WEBSOCKET_HPP_INCLUDED
4
7
8
// Core utilities
9
#include "
core.hpp
"
10
11
// WebSocket components
12
#include "
websocket/data.hpp
"
13
#include "
websocket/WebSocketManager.hpp
"
14
#include "
websocket/WebSocketClient.hpp
"
15
16
#endif
// _KURLYK_WEBSOCKET_HPP_INCLUDED
WebSocketClient.hpp
Defines the WebSocketClient facade for managing WebSocket connections.
WebSocketManager.hpp
Defines the WebSocketManager singleton responsible for backend-specific WebSocket client instances.
core.hpp
Aggregates core infrastructure components such as task manager interface and the network worker.
data.hpp
Aggregates core WebSocket data structures such as configuration, events, and send metadata.
include
kurlyk
websocket.hpp
Generated by
1.17.0