TorRuntime
Base interface for implementations that manage interaction with a single tor daemon (backed by a stand-alone process instance).
See also
Inheritors
Types
The environment for which TorRuntime operates.
An instance of TorRuntime that produces Lifecycle.DestroyableTorRuntime under the hood which are intended to be run within a service object.
Properties
Returns the first and last 4 characters of the fid concatenated together with an ellipses between.
Functions
Enqueues the Action for execution.
Returns the current Environment for this TorRuntime instance.
Checks if the tor process backing TorRuntime (if it is running) has completed starting up.
Returns the current TorListeners of this TorRuntime instance.
Subscribes with provided TorRuntime a CMD observer which will intercept execution of all TorCmd.Signal.NewNym jobs in order to transform tor's generic server response of Reply.Success.OK.
Returns the current TorState of this TorRuntime instance.
Helper for overriding a class's toString function.
Remove all Observer of a single RuntimeEvent.
Remove all Observer of multiple RuntimeEvent.