Result

class Result(val from: String, val to: String)(source)

Holder for response from TorCmd.MapAddress

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard
@JvmField
val from: String

The "original", or "old", address that has been mapped to to.

Link copied to clipboard
@JvmField
val isUnmapping: Boolean

Indicates that this Result was an "unmapping" of the address (i.e. tor removed the mapping from its indices).

Link copied to clipboard
@JvmField
val to: String

The "replacement", or "new", address that from has been mapped to.

Functions

Link copied to clipboard

Creates a new AddressMapping request using from.