Expand description
Objects that can become or wrap a [arti_client::DataStream
].
Structs§
- NewOneshot
Client 🔒 - Create a new
RpcOneshotClient
to wait for a SOCKS request. - Oneshot
Client 🔒 - An RPC object representing a single-use client that captures a data-stream.
Enums§
- Inner 🔒
- The inner state of an
OneshotClient
. - Oneshot
Client 🔒Error - Error returned by an operations from OneshotClient.
Functions§
- new_
oneshot_ 🔒client_ impl - Helper: construct and register an OneshotClient.
- new_
oneshot_ 🔒client_ on_ client - Implement NewOneshotClient for clients.
- new_
oneshot_ 🔒client_ on_ session - Implement NewOneshotClient for RpcSession.
- oneshot_
client_ 🔒connect_ with_ prefs - Invoke ConnectWithPrefs on an OneshotClient.
- oneshot_
client_ 🔒resolve_ ptr_ with_ prefs - Invoke ResolvePtrWithPrefs on an OneshotClient
- oneshot_
client_ 🔒resolve_ with_ prefs - Invoke ResolveWithPrefs on an OneshotClient