Add HTTPConnector to diagrams.
This commit is contained in:
parent
bab0db48d1
commit
08f4a818da
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue