Kurlyk
Loading...
Searching...
No Matches
BaseWebSocketClient.hpp File Reference

Contains the definition of the BaseWebSocketClient class, which provides the base functionality for WebSocket clients. More...

Go to the source code of this file.

Classes

class  kurlyk::BaseWebSocketClient
 Base class implementing core functionality for WebSocket clients, managing events, states, and message sending. More...
 
struct  kurlyk::BaseWebSocketClient::FSMEventData
 Represents an event in the finite state machine (FSM) with optional associated data and callback. More...
 

Namespaces

namespace  kurlyk
 Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions.
 

Macros

#define _KURLYK_BASE_WEB_SOCKET_CLIENT_HPP_INCLUDED
 

Detailed Description

Contains the definition of the BaseWebSocketClient class, which provides the base functionality for WebSocket clients.

Definition in file BaseWebSocketClient.hpp.

Macro Definition Documentation

◆ _KURLYK_BASE_WEB_SOCKET_CLIENT_HPP_INCLUDED

#define _KURLYK_BASE_WEB_SOCKET_CLIENT_HPP_INCLUDED

Definition at line 3 of file BaseWebSocketClient.hpp.