[][src]Module misskey::websocket

This is supported on crate feature websocket-client only.

Asynchronous WebSocket-based client.

The underlying async runtime is determined by the feature flags. The tokio runtime is enabled by default. For details, see the feature flags section.

Modules

stream

Streams returned from the client.

Structs

ReconnectCondition

Specifies the condition for reconnecting.

ReconnectConfig

Reconnection configuration.

WebSocketClient

Asynchronous WebSocket-based client for Misskey.

WebSocketClientBuilder

Builder for WebSocketClient.

Enums

Error

Possible errors from WebSocket client.