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

Defines an interface for WebSocket client functionality, including connection management, event handling, and configuration. More...

Go to the source code of this file.

Classes

class  kurlyk::IWebSocketClient
 Interface for a WebSocket client, providing methods for connection management, configuration, and event handling. More...
 

Namespaces

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

Macros

#define _KURLYK_IWEBSOCKET_CLIENT_HPP_INCLUDED
 

Typedefs

using kurlyk::WebSocketClientPtr = std::shared_ptr<IWebSocketClient>
 Alias for a shared pointer to an IWebSocketClient instance.
 

Detailed Description

Defines an interface for WebSocket client functionality, including connection management, event handling, and configuration.

Definition in file IWebSocketClient.hpp.

Macro Definition Documentation

◆ _KURLYK_IWEBSOCKET_CLIENT_HPP_INCLUDED

#define _KURLYK_IWEBSOCKET_CLIENT_HPP_INCLUDED

Definition at line 3 of file IWebSocketClient.hpp.