Modules§
Structs§
- Connection
Pool - Connection
State - Connection
State 🔒Inner - Inner part of
ConnectionStatepreserving state between attempts to initializeConnectionState::connection - Connector
Registry - A set of available connectivity protocols a client can use to make network API requests (typically to federation).
- Connector
Registry Builder - Builder for
ConnectorRegistry - Connector
Registry 🔒Inner - Actual data shared between copies of
ConnectorRegistryhandle
Enums§
- Connectivity
- How a connection is currently reaching its peer.
- Peer
Status - Per-peer connection state reported by the federation API.
Traits§
- Connector
- IConnection
- Generic connection trait shared between
IGuardianConnectionandIGatewayConnection - IGateway
Connection - A connection from a client to a gateway
- IGuardian
Connection - A connection from api client to a federation guardian
Type Aliases§
- Connector
Init 🔒Fn - Type for connector initialization functions
- DynConnector
- DynGateway
Connection - A connection from api client to a gateway (type erased)
- DynGuaridian
Connection - A connection from api client to a federation guardian (type erased)
- Server
Result