RuneLiteKeyDownloader

@Singleton
class RuneLiteKeyDownloader @Inject constructor(client: HttpClient, jsonKeyReader: JsonKeyReader) : JsonKeyDownloader

Constructors

Link copied to clipboard
@Inject
constructor(client: HttpClient, jsonKeyReader: JsonKeyReader)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun download(url: String): Sequence<SymmetricKey>
Link copied to clipboard
open suspend override fun getMissingUrls(seenUrls: Set<String>): Set<String>