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>>
|
||||
* [Manager] *-up- [NioDispatcher]
|
||||
* Component HttpConnector as HttpConnector <<internal>>
|
||||
* [Manager] *-up- [HttpConnector]
|
||||
* Component FileSystemWatcher as FileSystemWatcher <<internal>>
|
||||
* [Manager] *-up- [FileSystemWatcher]
|
||||
* Component YamlConfigurationStore as YamlConfigurationStore <<internal>>
|
||||
|
|
@ -148,11 +150,13 @@
|
|||
* () "guiTransport" as hT
|
||||
* hT .up. [GuiSocketServer:8080]
|
||||
* hT .down. [GuiHttpServer]
|
||||
* hT .right[hidden]. [HttpConnector]
|
||||
*
|
||||
* [YamlConfigurationStore] -right[hidden]- hT
|
||||
*
|
||||
* () "guiHttp" as http
|
||||
* http .up. [GuiHttpServer]
|
||||
* http .up. [HttpConnector]
|
||||
*
|
||||
* [PreferencesStore] .. http
|
||||
* [OidcClient] .up. http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue