Package-level declarations

Types

Link copied to clipboard

Used as a contractual agreement between TorConfig.BuilderScope and TorOption such that factory-like functionality can be had via function calls TorConfig.BuilderScope.configure and TorConfig.BuilderScope.tryConfigure for the TorOption.

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a boolean argument, available to be configured with true or false (which will resolve to 1 or 0, respectively, for the TorSetting argument).

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that TorOption.buildable is implemented and able to produce B for a DSL builder scope.

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that TorOption.buildable is implemented and able to produce B for a DSL builder scope.

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a File argument which points to a directory location, and is available to be configured when supplied one.

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a File argument which points to a file location, and is available to be configured when supplied one.

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses an interval argument, and is available to be configured when supplied a number and the IntervalUnit expression.

Link copied to clipboard

Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses an interval argument (in milliseconds) and is available to be configured when supplied a number.

Link copied to clipboard
abstract class IntervalUnit

Model of tor's INTERVAL type.

Link copied to clipboard
class TorConfig : Iterable<TorSetting>

Holder for TorSetting.

Link copied to clipboard
abstract class TorOption : Comparable<TorOption> , CharSequence

Option models for those specified in the tor-manual and control-spec.

Link copied to clipboard

Holder for a "setting".