Structs§
- Message
Stream - A WebSocket message stream that automatically handles PING/PONG and yields parsed messages
- Ping
Manager - WebSocket
- WebSocket that automatically retries on connection failure
- WebSocket
Client - High-level WebSocket client with automatic reconnection, ping/pong handling, and JSON support
- WebSocket
Client Builder - Builder pattern for WebSocketClient
- WsConnection
Config - Configuration for websocket connection with retry logic
Enums§
- Message
- An enum representing the various forms of a WebSocket message.
- WebSocket
Error
Functions§
- connect_
with_ retry - Establishes a websocket connection with exponential backoff retry
- send_
subscription - Send a subscription message over an existing WebSocket connection