EndpointResolveTree

sealed class EndpointResolveTree

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Fork(options: Set<EndpointResolveTree>) : EndpointResolveTree
Link copied to clipboard
data class Leaf(full: List<ResolveUrlPart>, takenOptions: Set<String>, untakenOptions: Set<String>, queryParams: Map<String, ResolveQueryParam>) : EndpointResolveTree
Link copied to clipboard
data class Multiple(parts: List<ResolveUrlPart>, node: EndpointResolveTree) : EndpointResolveTree

Functions

Link copied to clipboard
abstract fun enumerate(): Set<ResolveEndpoint>
Link copied to clipboard
abstract fun resolve(url: UrlRequest): Map<String, String>?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard