Available on crate feature
hs-service
only.Expand description
Functionality for incoming streams, opened from the other side of a circuit.
Structs§
- Incoming
CmdChecker 🔒 - A
CmdChecker
that enforces correctness for incoming commands on unrecognized streams that have a non-zero stream ID. - Incoming
Stream - A pending request from the other end of the circuit for us to open a new stream.
- Incoming
Stream Request Context - Information about a stream request, as passed to an
IncomingStreamRequestFilter
.
Enums§
- Incoming
Stream Request - The allowed incoming messages on an
IncomingStream
. - Incoming
Stream Request Disposition - What action to take with an incoming stream request.
Traits§
- Incoming
Stream Request Filter - A callback that can check whether a given stream request is acceptable immediately on its receipt.
Type Aliases§
- Relay
CmdSet 🔒 - Bit-vector used to represent a list of permitted commands.