Adapter Web Server
class AdapterWebServer(configuration: AdapterConfiguration, adapterDirectoryReader: AdapterDirectoryReader, dtkgEngineReader: DtkgEngineReader, dtdManager: DtdManager, platformManagementInterfaceNotifier: PlatformManagementInterfaceNotifier) : WebServer
This class implements the Adapter WebServer that manages all the exposed APIs of the Adapter.
Constructors
Link copied to clipboard
constructor(configuration: AdapterConfiguration, adapterDirectoryReader: AdapterDirectoryReader, dtkgEngineReader: DtkgEngineReader, dtdManager: DtdManager, platformManagementInterfaceNotifier: PlatformManagementInterfaceNotifier)