Package-level declarations

Functions

Link copied to clipboard

Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.

Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.

Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.

Link copied to clipboard
@JvmOverloads
fun <Success : Any> TorCmd.Privileged.Processor.executeSync(cmd: TorCmd.Privileged<Success>, cancellation: () -> CancellationException?? = null): Success
@JvmOverloads
fun <Success : Any> TorCmd.Unprivileged.Processor.executeSync(cmd: TorCmd.Unprivileged<Success>, cancellation: () -> CancellationException?? = null): Success

Enqueues the cmd, blocking the current thread until completion or cancellation/error.

Link copied to clipboard
expect suspend fun Port.Ephemeral.findNextAvailableAsync(limit: Int, host: LocalHost): Port.Ephemeral

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

actual suspend fun Port.Ephemeral.findNextAvailableAsync(limit: Int, host: LocalHost): Port.Ephemeral

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

actual suspend fun Port.Ephemeral.findNextAvailableAsync(limit: Int, host: LocalHost): Port.Ephemeral

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

Link copied to clipboard

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

Link copied to clipboard
expect suspend fun Port.isAvailableAsync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

actual suspend fun Port.isAvailableAsync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

actual suspend fun Port.isAvailableAsync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

Link copied to clipboard
fun Port.isAvailableSync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

Link copied to clipboard
@JvmName(name = "inet4AddressOf")
fun IPAddress.V4.toInet4Address(): Inet4Address
Link copied to clipboard
@JvmName(name = "inet6AddressOf")
fun IPAddress.V6.toInet6Address(): Inet6Address
Link copied to clipboard
@JvmName(name = "inetAddressOf")
fun IPAddress.toInetAddress(): InetAddress
Link copied to clipboard
@JvmName(name = "ipAddressOf")
fun InetAddress.toIPAddress(): IPAddress
Link copied to clipboard
@JvmName(name = "ipAddressV4Of")
fun Inet4Address.toIPAddressV4(): IPAddress.V4
Link copied to clipboard
@JvmName(name = "ipAddressV6Of")
fun Inet6Address.toIPAddressV6(): IPAddress.V6