Module splinter::network::connection_manager[][src]

Modules

Implementations of the Authorizer trait.

Structs

Creates, manages, and maintains connections. A connection manager guarantees that the connections it creates will be maintained via reconnections. This is not true for external connections.

Connector is a client or handle to the connection manager and is used to send request to the connection manager.

Sends a shutdown signal to the connection manager.

Enums

Messages that will be dispatched to all subscription handlers

Traits

Type Definitions