ServerEnvironment
class ServerEnvironment(configuration: Configuration, storage: Storage, httpClient: HttpClient, secureAreaProvider: SecureAreaProvider<SecureArea>, val notifications: RpcNotificationsLocalPoll, val cipher: SimpleCipher) : BackendEnvironment
BackendEnvironment implementation for the server.
Constructors
Link copied to clipboard
constructor(configuration: Configuration, storage: Storage, httpClient: HttpClient, secureAreaProvider: SecureAreaProvider<SecureArea>, notifications: RpcNotificationsLocalPoll, cipher: SimpleCipher)