Structs§
- Close
- Future that signals the remote that we have closed the connection.
- Connected
- Information about a successfully established connection.
- Connection
- A multiplexed connection to a peer with an associated
ConnectionHandler
. - Connection
Counters - Network connection information.
- Connection
Id - Connection identifier.
- Connection
Limit - Information about a connection limit.
- Connection
Limits - The configurable connection limits.
- Established
Connection - An established connection in a pool.
- Established
Connection Iter - An iterator over established connections in a pool.
- Incoming
Info - Borrowed information about an incoming connection currently being negotiated.
- Listener
Id - The ID of a single listener.
- Listeners
Stream - Implementation of
futures::Stream
that allows listening on multiaddresses. - Outgoing
Info - Borrowed information about an outgoing connection currently being negotiated.
- Pending
Connection - A pending connection in a pool.
Enums§
- Connected
Point - The endpoint roles associated with a peer-to-peer connection.
- Connection
Error - Errors that can occur in the context of an established
Connection
. - Connection
Handler Event - Event produced by a handler.
- Endpoint
- The endpoint roles associated with a peer-to-peer communication channel.
- Event
- Event generated by a
Connection
. - Listeners
Event - Event that can happen on the
ListenersStream
. - Pending
Connection Error - Errors that can occur in the context of a pending
Connection
. - Substream
Endpoint - Endpoint for a received substream.
Traits§
- Connection
Handler - The interface of a connection handler.
- Into
Connection Handler - Prototype for a
ConnectionHandler
.
Type Aliases§
- Substream
- A successfully opened substream.