Kurlyk
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"
15
16#endif // _KURLYK_WEBSOCKET_HPP_INCLUDED
Defines the WebSocketClient class, which provides a simplified interface for managing WebSocket conne...
Defines the WebSocketManager class for managing WebSocket clients in a singleton pattern.
Aggregates core infrastructure components such as task manager interface and the network worker.
Aggregates core WebSocket data structures such as configuration, events, and send metadata.