Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Callback for configuring TorConfig.BuilderScope.
Link copied to clipboard
Link copied to clipboard
A Hook for TorRuntime that controls TorOption.DisableNetwork toggling when device connectivity is lost/gained.
Link copied to clipboard
sealed class RuntimeEvent<Data : Any> : Event<Data, RuntimeEvent<Data>, RuntimeEvent.Observer<Data>>
Events specific to TorRuntime
Link copied to clipboard
A wrapper around the jobs returned by TorCmd.Unprivileged.Processor and TorCmd.Privileged.Processor to inform observers that they are being executed.
Link copied to clipboard
class TorListeners
Holder for TorRuntime listener addresses.
Link copied to clipboard
sealed interface TorRuntime : Action.Processor, FileID, RuntimeEvent.Processor, TorCmd.Unprivileged.Processor
Base interface for implementations that manage interaction with a single tor daemon (backed by a stand-alone process instance).
Link copied to clipboard
class TorState
Holder for TorRuntime state.