Module websocket

Module websocket 

Source
Expand description

WebSocket client implementation with automatic reconnection and subscription tracking.

Re-exports§

pub use auth::AuthTracker;
pub use client::WebSocketClient;
pub use client::WebSocketClientInner;
pub use config::WebSocketConfig;
pub use consts::AUTHENTICATION_TIMEOUT_SECS;
pub use consts::TEXT_PING;
pub use consts::TEXT_PONG;
pub use subscription::SubscriptionState;
pub use subscription::split_topic;
pub use types::MessageHandler;
pub use types::MessageReader;
pub use types::PingHandler;
pub use types::channel_message_handler;

Modules§

auth
Authentication state tracking for WebSocket clients.
client
WebSocket client implementation with automatic reconnection.
config
Configuration for WebSocket client connections.
consts
Constants for WebSocket protocol handling.
subscription
Generic subscription state tracking for WebSocket clients.
types
Type definitions for WebSocket operations.