Krosstalk
1.4.0
Krosstalk Base
/
com.rnett.krosstalk.endpoint
/
EndpointResolveTree
/
Leaf
Leaf
data
class
Leaf
(
full
:
List
<
ResolveUrlPart
>
,
takenOptions
:
Set
<
String
>
,
untakenOptions
:
Set
<
String
>
,
queryParams
:
Map
<
String
,
ResolveQueryParam
>
)
:
EndpointResolveTree
Content copied to clipboard
Functions
Properties
Sources
Functions
enumerate
Link copied to clipboard
open
override
fun
enumerate
(
)
:
Set
<
ResolveEndpoint
>
Content copied to clipboard
resolve
Link copied to clipboard
open
override
fun
resolve
(
url
:
UrlRequest
)
:
Map
<
String
,
String
>
?
Content copied to clipboard
Properties
full
Link copied to clipboard
val
full
:
List
<
ResolveUrlPart
>
Content copied to clipboard
queryParams
Link copied to clipboard
val
queryParams
:
Map
<
String
,
ResolveQueryParam
>
Content copied to clipboard
resolvedEndpoint
Link copied to clipboard
val
resolvedEndpoint
:
ResolveEndpoint
Content copied to clipboard
takenOptions
Link copied to clipboard
val
takenOptions
:
Set
<
String
>
Content copied to clipboard
untakenOptions
Link copied to clipboard
val
untakenOptions
:
Set
<
String
>
Content copied to clipboard
Sources
common source
Link copied to clipboard