Package-level declarations

Types

Link copied to clipboard
@Singleton
class FileProvider
Link copied to clipboard
@Singleton
class NetworkService @Inject constructor(    bootstrapFactory: BootstrapFactory,     httpInitializer: HttpChannelInitializer,     rs2Initializer: Rs2ChannelInitializer) : AbstractService
Link copied to clipboard
@Singleton
class Rs2ChannelInitializer @Inject constructor(    handlerProvider: Provider<LoginChannelHandler>,     loginUpstreamProtocol: Protocol,     loginDownstreamProtocol: Protocol) : ChannelInitializer<Channel>