Expand description
Support for streams and listeners on general::SocketAddr
.
Structs§
- Incoming
Streams - A stream of incoming connections on a
general::Listener
. - Listener
- A listener returned by a
NetStreamProvider<general::SocketAddr>
. - Stream
- A stream returned by a
NetStreamProvider<GeneralizedAddr>
- Unsupported
Address - Tried to use a
general::SocketAddr
thattor-rtcompat
didn’t understand.
Enums§
- Addr
Parse Error - An error encountered while attempting to parse a
SocketAddr
- Socket
Addr - Any address that Arti can listen on or connect to.
Traits§
- Read
AndWrite 🔒 - Helper trait to allow us to create a type-erased stream.
Functions§
- abstract_
listener_ 🔒on - Use
provider
to launch aNetStreamListener
ataddress
, and wrap that listener as aListener
.
Type Aliases§
- Stream
Item 🔒 - The type of the result from an
IncomingStreams
.