AddressCandidateHelper

expect class AddressCandidateHelper(input: String)

Parses the given input and allows to fix common mistakes.

actual class AddressCandidateHelper(input: String)

Parses the given input and allows to fix common mistakes.

Constructors

Link copied to clipboard
expect constructor(input: String)
actual constructor(input: String)

Types

Link copied to clipboard
expect object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun addCommonCandidates()

Applies all fixes to the input.

actual fun addCommonCandidates()

Applies all fixes to the input.

Link copied to clipboard
expect fun addPortCandidates()

Add a candidate using Jellyfin ports for each candidate without a specified port or protocol-default port.

actual fun addPortCandidates()

Add a candidate using Jellyfin ports for each candidate without a specified port or protocol-default port.

Link copied to clipboard

Add an HTTPS candidate for each HTTP candidate

Add an HTTPS candidate for each HTTP candidate

Link copied to clipboard

Returns all unique candidates sorted by priority.

Returns all unique candidates sorted by priority.