Module connection

Module connection 

Source
Expand description

Module containing connection-related functionality.

This module provides types for managing connection details and options.

Re-exports§

pub use self::management::ConnectionEvent;
pub use self::management::ConnectionManager;
pub use self::management::ConnectionMetrics;
pub use self::management::ConnectionState;
pub use self::management::DisconnectionReason;
pub use self::management::HeartbeatConfig;
pub use self::management::HeartbeatMonitor;
pub use self::management::LightstreamerError;
pub use self::management::ReconnectionConfig;
pub use self::management::ReconnectionError;
pub use self::management::ReconnectionHandler;
pub use self::management::SubscriptionError;
pub use self::management::SubscriptionManager;
pub use self::management::SubscriptionState;
pub use self::management::SubscriptionStatistics;
pub use self::management::SubscriptionStatus;

Modules§

management
Connection management module for automatic reconnection functionality

Structs§

ConnectionDetails
Used by LightstreamerClient to provide a basic connection properties data object.
ConnectionOptions
Used by LightstreamerClient to provide an extra connection properties data object. Data struct that contains the policy settings used to connect to a Lightstreamer Server. An instance of this struct is attached to every LightstreamerClient as connection_options.