toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.key
/
RuneLiteKeyDownloader
Rune
Lite
Key
Downloader
@
Singleton
class
RuneLiteKeyDownloader
@
Inject
constructor
(
client
:
HttpClient
,
jsonKeyReader
:
JsonKeyReader
)
:
JsonKeyDownloader
Members
Constructors
Rune
Lite
Key
Downloader
Link copied to clipboard
@
Inject
constructor
(
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
open
suspend override
fun
getMissingUrls
(
seenUrls
:
Set
<
String
>
)
:
Set
<
String
>