toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.key
/
JsonKeyDownloader
Json
Key
Downloader
abstract
class
JsonKeyDownloader
(
val
source
:
KeySource
,
client
:
HttpClient
,
jsonKeyReader
:
JsonKeyReader
)
:
KeyDownloader
Inheritors
RuneLiteKeyDownloader
Members
Constructors
Json
Key
Downloader
Link copied to clipboard
constructor
(
source
:
KeySource
,
client
:
HttpClient
,
jsonKeyReader
:
JsonKeyReader
)
Properties
source
Link copied to clipboard
val
source
:
KeySource
Functions
download
Link copied to clipboard
open
suspend override
fun
download
(
url
:
String
)
:
Sequence
<
SymmetricKey
>
get
Missing
Urls
Link copied to clipboard
abstract
suspend
fun
getMissingUrls
(
seenUrls
:
Set
<
String
>
)
:
Set
<
String
>