Add HTTPConnector to diagrams.

This commit is contained in:
Michael Lipp 2024-06-04 21:57:15 +02:00
parent bab0db48d1
commit 08f4a818da

View file

@ -74,6 +74,8 @@
* *
* Component NioDispatcher as NioDispatcher <<internal>> * Component NioDispatcher as NioDispatcher <<internal>>
* [Manager] *-up- [NioDispatcher] * [Manager] *-up- [NioDispatcher]
* Component HttpConnector as HttpConnector <<internal>>
* [Manager] *-up- [HttpConnector]
* Component FileSystemWatcher as FileSystemWatcher <<internal>> * Component FileSystemWatcher as FileSystemWatcher <<internal>>
* [Manager] *-up- [FileSystemWatcher] * [Manager] *-up- [FileSystemWatcher]
* Component YamlConfigurationStore as YamlConfigurationStore <<internal>> * Component YamlConfigurationStore as YamlConfigurationStore <<internal>>
@ -148,11 +150,13 @@
* () "guiTransport" as hT * () "guiTransport" as hT
* hT .up. [GuiSocketServer:8080] * hT .up. [GuiSocketServer:8080]
* hT .down. [GuiHttpServer] * hT .down. [GuiHttpServer]
* hT .right[hidden]. [HttpConnector]
* *
* [YamlConfigurationStore] -right[hidden]- hT * [YamlConfigurationStore] -right[hidden]- hT
* *
* () "guiHttp" as http * () "guiHttp" as http
* http .up. [GuiHttpServer] * http .up. [GuiHttpServer]
* http .up. [HttpConnector]
* *
* [PreferencesStore] .. http * [PreferencesStore] .. http
* [OidcClient] .up. http * [OidcClient] .up. http