Companion

Properties

Link copied to clipboard
@get:JvmStatic
@get:JvmName(name = "entries")
val entries: Set<TorOption>

All available TorOption entries, ordered as they appear in the tor-manual and control-spec.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(name: String): TorOption

Retrieves the TorOption for provided name.

Link copied to clipboard
@JvmStatic
fun valueOfOrNull(name: String): TorOption?

Retrieves the TorOption for the provided name, or null if name is unknown.