Expand description
RPC support for client tor-proto objects.
Structs§
- Describe
Path - RPC method to describe the path for an object.
- GetTunnel
- RPC method that returns the tunnel for a given object.
- Path
Description - A description of a tunnel’s path.
- Relay
Ids - Serializable container of relay identities.
Enums§
- Path
Entry - A RPC-level description for a single entry in a tunnel or circuit path.
Functions§
- client_
data_ 🔒stream_ ctrl_ describe_ path - Implementation function: implements DescribePath on a ClientDataStreamCtrl.
- client_
data_ 🔒stream_ ctrl_ get_ tunnel - Implementation function: implements GetTunnel on ClientDataStreamCtrl.
- client_
stream_ 🔒tunnel - Helper: Return the
ClientTunnelfor aClientDataStreamCtrl, or an RPC error if the stream isn’t attached to a tunnel. - client_
tunnel_ 🔒describe_ path - Implementation function: implements DescribePath on a ClientTunnel.
- tunnel_
path 🔒 - Helper: Return a
PathDescriptionfor aClientTunnel