WebServer

@Singleton
class WebServer @Inject constructor(cachesController: CachesController, clientsController: ClientsController, keysController: KeysController, mapper: ObjectMapper)

Constructors

Link copied to clipboard
@Inject
constructor(cachesController: CachesController, clientsController: ClientsController, keysController: KeysController, mapper: ObjectMapper)

Functions

Link copied to clipboard
fun start(address: String, port: Int)