Reply

open class Reply

Model of a reply from a control connection as described in the control-spec.

See also

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

An exception for replies returned by the control connection which contain status codes starting with 3, 4, or 5, as described in the control-spec.

Link copied to clipboard
open class Success : Reply

A more constrained Reply which ONLY holds replies that have a status starting with the digit 2, indicating a positive completion of TorCmd via the control connection.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
operator fun component2(): String