HTTPS

object HTTPS : Port

Static instance for the default https port 443

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator override fun compareTo(other: Port): Int
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

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