Unprivileged

sealed class Unprivileged<Success : Any>(keyword: String) : TorCmd<Success> (source)

A TorCmd that is capable of being utilized with both the control connection and TorRuntime (which passes it through to the underlying control connection).

Inheritors

Constructors

Link copied to clipboard
protected constructor(keyword: String)

Types

Link copied to clipboard
interface Processor

Base interface for implementations that process Unprivileged type TorCmd

Properties

Link copied to clipboard
@JvmField
val keyword: String