Privileged

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

A TorCmd whose use is restricted to only that of the control connection, and not with TorRuntime.

Inheritors

Constructors

Link copied to clipboard
protected constructor(keyword: String)

Types

Link copied to clipboard

Base interface for implementations that process Privileged type TorCmd

Properties

Link copied to clipboard
@JvmField
val keyword: String