Package-level declarations

Types

Link copied to clipboard
class CacheCommand : NoOpCliktCommand
Link copied to clipboard
@Singleton
class CacheDownloader @Inject constructor(    client: HttpClient,     byteBufBodyHandler: ByteBufBodyHandler,     bootstrapFactory: BootstrapFactory,     gameDatabase: GameDatabase,     importer: CacheImporter)
Link copied to clipboard
@Singleton
class CacheExporter @Inject constructor(database: Database, alloc: ByteBufAllocator)
Link copied to clipboard
@Singleton
class CacheImporter @Inject constructor(database: Database, alloc: ByteBufAllocator)
Link copied to clipboard
class CrossPollinateCommand : CliktCommand
Link copied to clipboard
@Singleton
class CrossPollinator @Inject constructor(database: Database, alloc: ByteBufAllocator, importer: CacheImporter)
Link copied to clipboard
class DownloadCommand : CliktCommand
Link copied to clipboard
class ExportCommand : CliktCommand
Link copied to clipboard
class ImportCommand : CliktCommand
Link copied to clipboard
class ImportMasterIndexCommand : CliktCommand
Link copied to clipboard
@ChannelHandler.Sharable
abstract class Js5ChannelHandler(    bootstrap: Bootstrap,     scopeId: Int,     gameId: Int,     hostname: String,     port: Int,     buildMajor: Int,     buildMinor: Int?,     lastMasterIndexId: Int?,     continuation: Continuation<Unit>,     importer: CacheImporter,     masterIndexFormat: MasterIndexFormat,     maxInFlightRequests: Int,     maxBuildAttempts: Int = 10,     maxReconnectionAttempts: Int = 1) : SimpleChannelInboundHandler<Any>
Link copied to clipboard
class NxtJs5ChannelHandler(    bootstrap: Bootstrap,     scopeId: Int,     gameId: Int,     hostname: String,     port: Int,     buildMajor: Int,     buildMinor: Int,     lastMasterIndexId: Int?,     continuation: Continuation<Unit>,     importer: CacheImporter,     token: String,     languageId: Int,     musicStreamClient: MusicStreamClient,     maxMinorBuildAttempts: Int = 5) : Js5ChannelHandler
Link copied to clipboard
class NxtJs5ChannelInitializer(handler: NxtJs5ChannelHandler) : ChannelInitializer<Channel>
Link copied to clipboard
class OsrsJs5ChannelHandler(    bootstrap: Bootstrap,     scopeId: Int,     gameId: Int,     hostname: String,     port: Int,     build: Int,     lastMasterIndexId: Int?,     continuation: Continuation<Unit>,     importer: CacheImporter) : Js5ChannelHandler
Link copied to clipboard
class OsrsJs5ChannelInitializer(handler: OsrsJs5ChannelHandler) : ChannelInitializer<Channel>
Link copied to clipboard
class RefreshViewsCommand : CliktCommand