![]() |
Kurlyk
|
Defines the interface for a WebSocket sender, providing methods for sending messages and managing connection state. More...
Go to the source code of this file.
Classes | |
class | kurlyk::IWebSocketSender |
Interface for a WebSocket sender, offering methods to send messages, close connections, and check connection status. More... | |
Namespaces | |
namespace | kurlyk |
Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions. | |
Macros | |
#define | _KURLYK_IWEBSOCKET_SENDER_HPP_INCLUDED |
Typedefs | |
using | kurlyk::WebSocketSenderPtr = std::shared_ptr<IWebSocketSender> |
Alias for a shared pointer to an IWebSocketSender instance. | |
Defines the interface for a WebSocket sender, providing methods for sending messages and managing connection state.
Definition in file IWebSocketSender.hpp.
#define _KURLYK_IWEBSOCKET_SENDER_HPP_INCLUDED |
Definition at line 3 of file IWebSocketSender.hpp.