|
| IWebSocketClient.hpp |
| Defines an interface for WebSocket client functionality, including connection management, event handling, and configuration.
|
|
| IWebSocketSender.hpp |
| Defines the interface for a WebSocket sender, providing methods for sending messages and managing connection state.
|
|
| WebSocketEventData.hpp |
| Defines the WebSocketEventData class, which encapsulates data related to WebSocket events.
|
|
| WebSocketRateLimiter.hpp |
| Defines WebSocket rate limiting to control the frequency of WebSocket requests.
|
|