Module stream

Source
Expand description

Objects that can become or wrap a [arti_client::DataStream].

Structs§

NewOneshotClient 🔒
Create a new RpcOneshotClient to wait for a SOCKS request.
OneshotClient 🔒
An RPC object representing a single-use client that captures a data-stream.

Enums§

Inner 🔒
The inner state of an OneshotClient.
OneshotClientError 🔒
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